Html Css Color HEX #315898 Endeavour

📋 copy color: '#315898'

red 49 ◦ green 88 ◦ blue 152

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

Shades of Endeavour #315898

Tints of Endeavour #315898

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.45%

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

R = 16.96%
G = 30.45%
B = 52.6%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#315898 (or 0x315898) is known color: Endeavour. HEX triplet: 31, 58 and 98. RGB value is (49,88,152). Sum of RGB (Red+Green+Blue) = 49+88+152=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #315898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315898 is #CEA767. Grayscale: #535353. Windows color (decimal): -13543272 or 9984049. OLE color: 9984049.

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

Color convert

RGB 49 88 152 -
CMYK 0.68 0.42 0 0.40
HSL 217.28º 0.51% 0.39% -
HSV(B) 217.28º 0.68% 0.6% -
XYZ 10.42 9.9 31.07 -
YUV 83.64 166.58 103.3 -
System Red Green Blue C M Y K H S L
Decimal 49 88 152 0.68 0.42 0 0.40 217.28 0.51 0.39
Hex 31 58 98 44 2A 0 28 D9 33 27
Octal 61 130 230 104 52 0 50 331 63 47
Binary 110001 1011000 10011000 1000100 101010 0 101000 11011001 110011 100111

Color Harmonies of #315898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315898

Black with #315898

Text Example


Text Example

White with #315898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315898; }

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

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

background-color css

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

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

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

border-color css

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

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

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