Html Css Color HEX #285697 Endeavour

📋 copy color: '#285697'

red 40 ◦ green 86 ◦ blue 151

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

Shades of Endeavour #285697

Tints of Endeavour #285697

RGB

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

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

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

R = 14.44%
G = 31.05%
B = 54.51%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#285697 (or 0x285697) is known color: Endeavour. HEX triplet: 28, 56 and 97. RGB value is (40,86,151). Sum of RGB (Red+Green+Blue) = 40+86+151=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 151 (59.38% from 255 or 54.51% from 277); Max value from RGB is 151 - color contains mainly: blue. Hex color #285697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285697 is #D7A968. Grayscale: #4F4F4F. Windows color (decimal): -14133609 or 9917992. OLE color: 9917992.

HSL color Cylindrical-coordinate representation of color #285697: hue angle of 215.14º 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 #285697 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 86 151 -
CMYK 0.74 0.43 0 0.41
HSL 215.14º 0.58% 0.37% -
HSV(B) 215.14º 0.74% 0.59% -
XYZ 9.79 9.34 30.57 -
YUV 79.66 168.26 99.71 -
System Red Green Blue C M Y K H S L
Decimal 40 86 151 0.74 0.43 0 0.41 215.14 0.58 0.37
Hex 28 56 97 4A 2B 0 29 D7 3A 25
Octal 50 126 227 112 53 0 51 327 72 45
Binary 101000 1010110 10010111 1001010 101011 0 101001 11010111 111010 100101

Color Harmonies of #285697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285697

Black with #285697

Text Example


Text Example

White with #285697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285697; }

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

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

background-color css

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

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

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

border-color css

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

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

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