Html Css Color HEX #285187 Endeavour

📋 copy color: '#285187'

red 40 ◦ green 81 ◦ blue 135

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

Shades of Endeavour #285187

Tints of Endeavour #285187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 52.73%

R = 15.63%
G = 31.64%
B = 52.73%

CMYK

 C value IS 0.70

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#285187 (or 0x285187) is known color: Endeavour. HEX triplet: 28, 51 and 87. RGB value is (40,81,135). Sum of RGB (Red+Green+Blue) = 40+81+135=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 135 (53.12% from 255 or 52.73% from 256); Max value from RGB is 135 - color contains mainly: blue. Hex color #285187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285187 is #D7AE78. Grayscale: #4A4A4A. Windows color (decimal): -14134905 or 8868136. OLE color: 8868136.

HSL color Cylindrical-coordinate representation of color #285187: hue angle of 214.11º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #285187 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 81 135 -
CMYK 0.70 0.40 0 0.47
HSL 214.11º 0.54% 0.34% -
HSV(B) 214.11º 0.7% 0.53% -
XYZ 8.19 8.09 24.05 -
YUV 74.9 161.92 103.11 -
System Red Green Blue C M Y K H S L
Decimal 40 81 135 0.70 0.40 0 0.47 214.11 0.54 0.34
Hex 28 51 87 46 28 0 2F D6 36 22
Octal 50 121 207 106 50 0 57 326 66 42
Binary 101000 1010001 10000111 1000110 101000 0 101111 11010110 110110 100010

Color Harmonies of #285187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285187

Black with #285187

Text Example


Text Example

White with #285187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285187; }

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

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

background-color css

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

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

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

border-color css

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

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

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