Html Css Color HEX #285B93 Endeavour

📋 copy color: '#285B93'

red 40 ◦ green 91 ◦ blue 147

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

Shades of Endeavour #285B93

Tints of Endeavour #285B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.88%

R = 14.39%
G = 32.73%
B = 52.88%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#285B93 (or 0x285B93) is known color: Endeavour. HEX triplet: 28, 5B and 93. RGB value is (40,91,147). Sum of RGB (Red+Green+Blue) = 40+91+147=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #285B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285B93 is #D7A46C. Grayscale: #515151. Windows color (decimal): -14132333 or 9657128. OLE color: 9657128.

HSL color Cylindrical-coordinate representation of color #285B93: hue angle of 211.4º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #285B93 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 91 147 -
CMYK 0.73 0.38 0 0.42
HSL 211.4º 0.57% 0.37% -
HSV(B) 211.4º 0.73% 0.58% -
XYZ 9.88 10.04 29.02 -
YUV 82.14 164.6 97.95 -
System Red Green Blue C M Y K H S L
Decimal 40 91 147 0.73 0.38 0 0.42 211.4 0.57 0.37
Hex 28 5B 93 49 26 0 2A D3 39 25
Octal 50 133 223 111 46 0 52 323 71 45
Binary 101000 1011011 10010011 1001001 100110 0 101010 11010011 111001 100101

Color Harmonies of #285B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285B93

Black with #285B93

Text Example


Text Example

White with #285B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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