Html Css Color HEX #315698 Endeavour

📋 copy color: '#315698'

red 49 ◦ green 86 ◦ blue 152

#315698
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #315698

Tints of Endeavour #315698

RGB

 RED value IS 49 (19.53% from 255) = 17.07%

 GREEN value IS 86 (33.98% from 255) = 29.97%

 BLUE value IS 152 (59.77% from 255) = 52.96%

R = 17.07%
G = 29.97%
B = 52.96%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#315698 (or 0x315698) is known color: Endeavour. HEX triplet: 31, 56 and 98. RGB value is (49,86,152). Sum of RGB (Red+Green+Blue) = 49+86+152=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #315698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315698 is #CEA967. Grayscale: #525252. Windows color (decimal): -13543784 or 9983537. OLE color: 9983537.

HSL color Cylindrical-coordinate representation of color #315698: hue angle of 218.45º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #315698 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 86 152 -
CMYK 0.68 0.43 0 0.40
HSL 218.45º 0.51% 0.39% -
HSV(B) 218.45º 0.68% 0.6% -
XYZ 10.26 9.58 31.01 -
YUV 82.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 49 86 152 0.68 0.43 0 0.40 218.45 0.51 0.39
Hex 31 56 98 44 2B 0 28 DA 33 27
Octal 61 126 230 104 53 0 50 332 63 47
Binary 110001 1010110 10011000 1000100 101011 0 101000 11011010 110011 100111

Color Harmonies of #315698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315698

Black with #315698

Text Example


Text Example

White with #315698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315698; }

 p { color: rgb(49,86,152); }

 H1.HeaderClassName
 {
   color: #315698;
 }
 .AnyTagClassName
 {
   color: #315698;
 }
</style>

background-color css

<style>
 a { background-color: #315698; }

 a { background-color: rgb(49,86,152); }

 div.DivClassName
 {
   background-color: #315698;
 }
 .BgClassName
 {
   background-color: #315698;
 }
</style>

border-color css

<style>
 span { border-color: #315698; }

 span { border-color: rgb(49,86,152); }

 td.TdClassName
 {
   border-color: #315698;
 }
 .TagClassName
 {
   border-color: #315698;
 }
</style>