Html Css Color HEX #285088 Endeavour

📋 copy color: '#285088'

red 40 ◦ green 80 ◦ blue 136

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

Shades of Endeavour #285088

Tints of Endeavour #285088

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.25%

 BLUE value IS 136 (53.52% from 255) = 53.13%

R = 15.63%
G = 31.25%
B = 53.13%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#285088 (or 0x285088) is known color: Endeavour. HEX triplet: 28, 50 and 88. RGB value is (40,80,136). Sum of RGB (Red+Green+Blue) = 40+80+136=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #285088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285088 is #D7AF77. Grayscale: #4A4A4A. Windows color (decimal): -14135160 or 8933416. OLE color: 8933416.

HSL color Cylindrical-coordinate representation of color #285088: hue angle of 215º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #285088 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 80 136 -
CMYK 0.71 0.41 0 0.47
HSL 215º 0.55% 0.35% -
HSV(B) 215º 0.71% 0.53% -
XYZ 8.19 7.97 24.4 -
YUV 74.42 162.75 103.45 -
System Red Green Blue C M Y K H S L
Decimal 40 80 136 0.71 0.41 0 0.47 215 0.55 0.35
Hex 28 50 88 47 29 0 2F D7 37 23
Octal 50 120 210 107 51 0 57 327 67 43
Binary 101000 1010000 10001000 1000111 101001 0 101111 11010111 110111 100011

Color Harmonies of #285088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285088

Black with #285088

Text Example


Text Example

White with #285088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285088; }

 p { color: rgb(40,80,136); }

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

background-color css

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

 a { background-color: rgb(40,80,136); }

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

border-color css

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

 span { border-color: rgb(40,80,136); }

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