Html Css Color HEX #315998 Endeavour

📋 copy color: '#315998'

red 49 ◦ green 89 ◦ blue 152

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

Shades of Endeavour #315998

Tints of Endeavour #315998

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.69%

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

R = 16.9%
G = 30.69%
B = 52.41%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#315998 (or 0x315998) is known color: Endeavour. HEX triplet: 31, 59 and 98. RGB value is (49,89,152). Sum of RGB (Red+Green+Blue) = 49+89+152=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #315998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315998 is #CEA667. Grayscale: #535353. Windows color (decimal): -13543016 or 9984305. OLE color: 9984305.

HSL color Cylindrical-coordinate representation of color #315998: hue angle of 216.7º 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 #315998 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 89 152 -
CMYK 0.68 0.41 0 0.40
HSL 216.7º 0.51% 0.39% -
HSV(B) 216.7º 0.68% 0.6% -
XYZ 10.51 10.06 31.09 -
YUV 84.22 166.25 102.88 -
System Red Green Blue C M Y K H S L
Decimal 49 89 152 0.68 0.41 0 0.40 216.7 0.51 0.39
Hex 31 59 98 44 29 0 28 D9 33 27
Octal 61 131 230 104 51 0 50 331 63 47
Binary 110001 1011001 10011000 1000100 101001 0 101000 11011001 110011 100111

Color Harmonies of #315998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315998

Black with #315998

Text Example


Text Example

White with #315998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315998; }

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

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

background-color css

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

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

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

border-color css

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

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

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