Html Css Color HEX #285197 Endeavour

📋 copy color: '#285197'

red 40 ◦ green 81 ◦ blue 151

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

Shades of Endeavour #285197

Tints of Endeavour #285197

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.78%

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

R = 14.71%
G = 29.78%
B = 55.51%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#285197 (or 0x285197) is known color: Endeavour. HEX triplet: 28, 51 and 97. RGB value is (40,81,151). Sum of RGB (Red+Green+Blue) = 40+81+151=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #285197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285197 is #D7AE68. Grayscale: #4C4C4C. Windows color (decimal): -14134889 or 9916712. OLE color: 9916712.

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

Color convert

RGB 40 81 151 -
CMYK 0.74 0.46 0 0.41
HSL 217.84º 0.58% 0.37% -
HSV(B) 217.84º 0.74% 0.59% -
XYZ 9.4 8.57 30.44 -
YUV 76.72 169.92 101.81 -
System Red Green Blue C M Y K H S L
Decimal 40 81 151 0.74 0.46 0 0.41 217.84 0.58 0.37
Hex 28 51 97 4A 2E 0 29 DA 3A 25
Octal 50 121 227 112 56 0 51 332 72 45
Binary 101000 1010001 10010111 1001010 101110 0 101001 11011010 111010 100101

Color Harmonies of #285197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285197

Black with #285197

Text Example


Text Example

White with #285197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285197; }

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

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

background-color css

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

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

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

border-color css

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

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

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