Html Css Color HEX #285890 Endeavour

📋 copy color: '#285890'

red 40 ◦ green 88 ◦ blue 144

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

Shades of Endeavour #285890

Tints of Endeavour #285890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.94%

R = 14.71%
G = 32.35%
B = 52.94%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#285890 (or 0x285890) is known color: Endeavour. HEX triplet: 28, 58 and 90. RGB value is (40,88,144). Sum of RGB (Red+Green+Blue) = 40+88+144=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #285890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285890 is #D7A76F. Grayscale: #4F4F4F. Windows color (decimal): -14133104 or 9459752. OLE color: 9459752.

HSL color Cylindrical-coordinate representation of color #285890: hue angle of 212.31º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #285890 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 88 144 -
CMYK 0.72 0.39 0 0.44
HSL 212.31º 0.57% 0.36% -
HSV(B) 212.31º 0.72% 0.56% -
XYZ 9.4 9.44 27.71 -
YUV 80.03 164.1 99.45 -
System Red Green Blue C M Y K H S L
Decimal 40 88 144 0.72 0.39 0 0.44 212.31 0.57 0.36
Hex 28 58 90 48 27 0 2C D4 39 24
Octal 50 130 220 110 47 0 54 324 71 44
Binary 101000 1011000 10010000 1001000 100111 0 101100 11010100 111001 100100

Color Harmonies of #285890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285890

Black with #285890

Text Example


Text Example

White with #285890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285890; }

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

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

background-color css

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

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

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

border-color css

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

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

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