Html Css Color HEX #285885 Endeavour

📋 copy color: '#285885'

red 40 ◦ green 88 ◦ blue 133

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

Shades of Endeavour #285885

Tints of Endeavour #285885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 50.96%

R = 15.33%
G = 33.72%
B = 50.96%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#285885 (or 0x285885) is known color: Endeavour. HEX triplet: 28, 58 and 85. RGB value is (40,88,133). Sum of RGB (Red+Green+Blue) = 40+88+133=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #285885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285885 is #D7A77A. Grayscale: #4E4E4E. Windows color (decimal): -14133115 or 8738856. OLE color: 8738856.

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

Color convert

RGB 40 88 133 -
CMYK 0.70 0.34 0 0.48
HSL 209.03º 0.54% 0.34% -
HSV(B) 209.03º 0.7% 0.52% -
XYZ 8.6 9.12 23.5 -
YUV 78.78 158.6 100.34 -
System Red Green Blue C M Y K H S L
Decimal 40 88 133 0.70 0.34 0 0.48 209.03 0.54 0.34
Hex 28 58 85 46 22 0 30 D1 36 22
Octal 50 130 205 106 42 0 60 321 66 42
Binary 101000 1011000 10000101 1000110 100010 0 110000 11010001 110110 100010

Color Harmonies of #285885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285885

Black with #285885

Text Example


Text Example

White with #285885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285885; }

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

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

background-color css

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

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

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

border-color css

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

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

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