Html Css Color HEX #31568F Endeavour

📋 copy color: '#31568F'

red 49 ◦ green 86 ◦ blue 143

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

Shades of Endeavour #31568F

Tints of Endeavour #31568F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 51.44%

R = 17.63%
G = 30.94%
B = 51.44%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31568F (or 0x31568F) is known color: Endeavour. HEX triplet: 31, 56 and 8F. RGB value is (49,86,143). Sum of RGB (Red+Green+Blue) = 49+86+143=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #31568F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31568F is #CEA970. Grayscale: #515151. Windows color (decimal): -13543793 or 9393713. OLE color: 9393713.

HSL color Cylindrical-coordinate representation of color #31568F: hue angle of 216.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31568F is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 86 143 -
CMYK 0.66 0.40 0 0.44
HSL 216.38º 0.49% 0.38% -
HSV(B) 216.38º 0.66% 0.56% -
XYZ 9.55 9.29 27.28 -
YUV 81.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 49 86 143 0.66 0.40 0 0.44 216.38 0.49 0.38
Hex 31 56 8F 42 28 0 2C D8 31 26
Octal 61 126 217 102 50 0 54 330 61 46
Binary 110001 1010110 10001111 1000010 101000 0 101100 11011000 110001 100110

Color Harmonies of #31568F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31568F

Black with #31568F

Text Example


Text Example

White with #31568F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31568F; }

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

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

background-color css

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

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

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

border-color css

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

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

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