Html Css Color HEX #285291 Endeavour

📋 copy color: '#285291'

red 40 ◦ green 82 ◦ blue 145

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

Shades of Endeavour #285291

Tints of Endeavour #285291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.71%

 BLUE value IS 145 (57.03% from 255) = 54.31%

R = 14.98%
G = 30.71%
B = 54.31%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#285291 (or 0x285291) is known color: Endeavour. HEX triplet: 28, 52 and 91. RGB value is (40,82,145). Sum of RGB (Red+Green+Blue) = 40+82+145=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #285291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285291 is #D7AD6E. Grayscale: #4C4C4C. Windows color (decimal): -14134639 or 9523752. OLE color: 9523752.

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

Color convert

RGB 40 82 145 -
CMYK 0.72 0.43 0 0.43
HSL 216º 0.57% 0.36% -
HSV(B) 216º 0.72% 0.57% -
XYZ 9 8.53 27.96 -
YUV 76.62 166.59 101.88 -
System Red Green Blue C M Y K H S L
Decimal 40 82 145 0.72 0.43 0 0.43 216 0.57 0.36
Hex 28 52 91 48 2B 0 2B D8 39 24
Octal 50 122 221 110 53 0 53 330 71 44
Binary 101000 1010010 10010001 1001000 101011 0 101011 11011000 111001 100100

Color Harmonies of #285291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285291

Black with #285291

Text Example


Text Example

White with #285291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285291; }

 p { color: rgb(40,82,145); }

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

background-color css

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

 a { background-color: rgb(40,82,145); }

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

border-color css

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

 span { border-color: rgb(40,82,145); }

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