Html Css Color HEX #285690 Endeavour

📋 copy color: '#285690'

red 40 ◦ green 86 ◦ blue 144

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

Shades of Endeavour #285690

Tints of Endeavour #285690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.85%

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

R = 14.81%
G = 31.85%
B = 53.33%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#285690 (or 0x285690) is known color: Endeavour. HEX triplet: 28, 56 and 90. RGB value is (40,86,144). Sum of RGB (Red+Green+Blue) = 40+86+144=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #285690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285690 is #D7A96F. Grayscale: #4E4E4E. Windows color (decimal): -14133616 or 9459240. OLE color: 9459240.

HSL color Cylindrical-coordinate representation of color #285690: hue angle of 213.46º 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 #285690 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 86 144 -
CMYK 0.72 0.40 0 0.44
HSL 213.46º 0.57% 0.36% -
HSV(B) 213.46º 0.72% 0.56% -
XYZ 9.24 9.12 27.66 -
YUV 78.86 164.76 100.28 -
System Red Green Blue C M Y K H S L
Decimal 40 86 144 0.72 0.40 0 0.44 213.46 0.57 0.36
Hex 28 56 90 48 28 0 2C D5 39 24
Octal 50 126 220 110 50 0 54 325 71 44
Binary 101000 1010110 10010000 1001000 101000 0 101100 11010101 111001 100100

Color Harmonies of #285690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285690

Black with #285690

Text Example


Text Example

White with #285690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285690; }

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

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

background-color css

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

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

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

border-color css

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

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

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