Html Css Color HEX #315692 Endeavour

📋 copy color: '#315692'

red 49 ◦ green 86 ◦ blue 146

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

Shades of Endeavour #315692

Tints of Endeavour #315692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.96%

R = 17.44%
G = 30.6%
B = 51.96%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#315692 (or 0x315692) is known color: Endeavour. HEX triplet: 31, 56 and 92. RGB value is (49,86,146). Sum of RGB (Red+Green+Blue) = 49+86+146=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #315692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315692 is #CEA96D. Grayscale: #515151. Windows color (decimal): -13543790 or 9590321. OLE color: 9590321.

HSL color Cylindrical-coordinate representation of color #315692: hue angle of 217.11º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #315692 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 86 146 -
CMYK 0.66 0.41 0 0.43
HSL 217.11º 0.5% 0.38% -
HSV(B) 217.11º 0.66% 0.57% -
XYZ 9.78 9.38 28.49 -
YUV 81.78 164.24 104.62 -
System Red Green Blue C M Y K H S L
Decimal 49 86 146 0.66 0.41 0 0.43 217.11 0.5 0.38
Hex 31 56 92 42 29 0 2B D9 32 26
Octal 61 126 222 102 51 0 53 331 62 46
Binary 110001 1010110 10010010 1000010 101001 0 101011 11011001 110010 100110

Color Harmonies of #315692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315692

Black with #315692

Text Example


Text Example

White with #315692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315692; }

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

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

background-color css

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

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

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

border-color css

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

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

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