Html Css Color HEX #286097 Endeavour

📋 copy color: '#286097'

red 40 ◦ green 96 ◦ blue 151

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

Shades of Endeavour #286097

Tints of Endeavour #286097

RGB

 RED value IS 40 (16.02% from 255) = 13.94%

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

 BLUE value IS 151 (59.38% from 255) = 52.61%

R = 13.94%
G = 33.45%
B = 52.61%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#286097 (or 0x286097) is known color: Endeavour. HEX triplet: 28, 60 and 97. RGB value is (40,96,151). Sum of RGB (Red+Green+Blue) = 40+96+151=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #286097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286097 is #D79F68. Grayscale: #555555. Windows color (decimal): -14131049 or 9920552. OLE color: 9920552.

HSL color Cylindrical-coordinate representation of color #286097: hue angle of 209.73º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #286097 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 96 151 -
CMYK 0.74 0.36 0 0.41
HSL 209.73º 0.58% 0.37% -
HSV(B) 209.73º 0.74% 0.59% -
XYZ 10.64 11.05 30.85 -
YUV 85.53 164.95 95.53 -
System Red Green Blue C M Y K H S L
Decimal 40 96 151 0.74 0.36 0 0.41 209.73 0.58 0.37
Hex 28 60 97 4A 24 0 29 D2 3A 25
Octal 50 140 227 112 44 0 51 322 72 45
Binary 101000 1100000 10010111 1001010 100100 0 101001 11010010 111010 100101

Color Harmonies of #286097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286097

Black with #286097

Text Example


Text Example

White with #286097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286097; }

 p { color: rgb(40,96,151); }

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

background-color css

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

 a { background-color: rgb(40,96,151); }

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

border-color css

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

 span { border-color: rgb(40,96,151); }

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