Html Css Color HEX #285888 Endeavour

📋 copy color: '#285888'

red 40 ◦ green 88 ◦ blue 136

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

Shades of Endeavour #285888

Tints of Endeavour #285888

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.33%

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

R = 15.15%
G = 33.33%
B = 51.52%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#285888 (or 0x285888) is known color: Endeavour. HEX triplet: 28, 58 and 88. RGB value is (40,88,136). Sum of RGB (Red+Green+Blue) = 40+88+136=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #285888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285888 is #D7A777. Grayscale: #4E4E4E. Windows color (decimal): -14133112 or 8935464. OLE color: 8935464.

HSL color Cylindrical-coordinate representation of color #285888: hue angle of 210º 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 #285888 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 88 136 -
CMYK 0.71 0.35 0 0.47
HSL 210º 0.55% 0.35% -
HSV(B) 210º 0.71% 0.53% -
XYZ 8.81 9.21 24.61 -
YUV 79.12 160.1 100.1 -
System Red Green Blue C M Y K H S L
Decimal 40 88 136 0.71 0.35 0 0.47 210 0.55 0.35
Hex 28 58 88 47 23 0 2F D2 37 23
Octal 50 130 210 107 43 0 57 322 67 43
Binary 101000 1011000 10001000 1000111 100011 0 101111 11010010 110111 100011

Color Harmonies of #285888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285888

Black with #285888

Text Example


Text Example

White with #285888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285888; }

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

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

background-color css

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

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

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

border-color css

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

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

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