Html Css Color HEX #315798 Endeavour

📋 copy color: '#315798'

red 49 ◦ green 87 ◦ blue 152

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

Shades of Endeavour #315798

Tints of Endeavour #315798

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.21%

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

R = 17.01%
G = 30.21%
B = 52.78%

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

#315798 (or 0x315798) is known color: Endeavour. HEX triplet: 31, 57 and 98. RGB value is (49,87,152). Sum of RGB (Red+Green+Blue) = 49+87+152=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #315798 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315798 is #CEA867. Grayscale: #525252. Windows color (decimal): -13543528 or 9983793. OLE color: 9983793.

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

Color convert

RGB 49 87 152 -
CMYK 0.68 0.43 0 0.40
HSL 217.86º 0.51% 0.39% -
HSV(B) 217.86º 0.68% 0.6% -
XYZ 10.34 9.74 31.04 -
YUV 83.05 166.91 103.71 -
System Red Green Blue C M Y K H S L
Decimal 49 87 152 0.68 0.43 0 0.40 217.86 0.51 0.39
Hex 31 57 98 44 2B 0 28 DA 33 27
Octal 61 127 230 104 53 0 50 332 63 47
Binary 110001 1010111 10011000 1000100 101011 0 101000 11011010 110011 100111

Color Harmonies of #315798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315798

Black with #315798

Text Example


Text Example

White with #315798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315798; }

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

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

background-color css

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

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

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

border-color css

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

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

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