Html Css Color HEX #285B91 Endeavour

📋 copy color: '#285B91'

red 40 ◦ green 91 ◦ blue 145

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

Shades of Endeavour #285B91

Tints of Endeavour #285B91

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.97%

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

R = 14.49%
G = 32.97%
B = 52.54%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#285B91 (or 0x285B91) is known color: Endeavour. HEX triplet: 28, 5B and 91. RGB value is (40,91,145). Sum of RGB (Red+Green+Blue) = 40+91+145=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #285B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285B91 is #D7A46E. Grayscale: #515151. Windows color (decimal): -14132335 or 9526056. OLE color: 9526056.

HSL color Cylindrical-coordinate representation of color #285B91: hue angle of 210.86º 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 #285B91 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 91 145 -
CMYK 0.72 0.37 0 0.43
HSL 210.86º 0.57% 0.36% -
HSV(B) 210.86º 0.72% 0.57% -
XYZ 9.73 9.98 28.2 -
YUV 81.91 163.6 98.11 -
System Red Green Blue C M Y K H S L
Decimal 40 91 145 0.72 0.37 0 0.43 210.86 0.57 0.36
Hex 28 5B 91 48 25 0 2B D3 39 24
Octal 50 133 221 110 45 0 53 323 71 44
Binary 101000 1011011 10010001 1001000 100101 0 101011 11010011 111001 100100

Color Harmonies of #285B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285B91

Black with #285B91

Text Example


Text Example

White with #285B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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