Html Css Color HEX #31608C Endeavour

📋 copy color: '#31608C'

red 49 ◦ green 96 ◦ blue 140

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

Shades of Endeavour #31608C

Tints of Endeavour #31608C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.68%

 BLUE value IS 140 (55.08% from 255) = 49.12%

R = 17.19%
G = 33.68%
B = 49.12%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31608C (or 0x31608C) is known color: Endeavour. HEX triplet: 31, 60 and 8C. RGB value is (49,96,140). Sum of RGB (Red+Green+Blue) = 49+96+140=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #31608C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31608C is #CE9F73. Grayscale: #565656. Windows color (decimal): -13541236 or 9199665. OLE color: 9199665.

HSL color Cylindrical-coordinate representation of color #31608C: hue angle of 209.01º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31608C is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 96 140 -
CMYK 0.65 0.31 0 0.45
HSL 209.01º 0.48% 0.37% -
HSV(B) 209.01º 0.65% 0.55% -
XYZ 10.18 10.91 26.38 -
YUV 86.96 157.93 100.92 -
System Red Green Blue C M Y K H S L
Decimal 49 96 140 0.65 0.31 0 0.45 209.01 0.48 0.37
Hex 31 60 8C 41 1F 0 2D D1 30 25
Octal 61 140 214 101 37 0 55 321 60 45
Binary 110001 1100000 10001100 1000001 11111 0 101101 11010001 110000 100101

Color Harmonies of #31608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31608C

Black with #31608C

Text Example


Text Example

White with #31608C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31608C; }

 p { color: rgb(49,96,140); }

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

background-color css

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

 a { background-color: rgb(49,96,140); }

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

border-color css

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

 span { border-color: rgb(49,96,140); }

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