Html Css Color HEX #285993 Endeavour

📋 copy color: '#285993'

red 40 ◦ green 89 ◦ blue 147

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

Shades of Endeavour #285993

Tints of Endeavour #285993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.25%

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

R = 14.49%
G = 32.25%
B = 53.26%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#285993 (or 0x285993) is known color: Endeavour. HEX triplet: 28, 59 and 93. RGB value is (40,89,147). Sum of RGB (Red+Green+Blue) = 40+89+147=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #285993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285993 is #D7A66C. Grayscale: #505050. Windows color (decimal): -14132845 or 9656616. OLE color: 9656616.

HSL color Cylindrical-coordinate representation of color #285993: hue angle of 212.52º 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 #285993 is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 89 147 -
CMYK 0.73 0.39 0 0.42
HSL 212.52º 0.57% 0.37% -
HSV(B) 212.52º 0.73% 0.58% -
XYZ 9.71 9.7 28.96 -
YUV 80.96 165.27 98.78 -
System Red Green Blue C M Y K H S L
Decimal 40 89 147 0.73 0.39 0 0.42 212.52 0.57 0.37
Hex 28 59 93 49 27 0 2A D5 39 25
Octal 50 131 223 111 47 0 52 325 71 45
Binary 101000 1011001 10010011 1001001 100111 0 101010 11010101 111001 100101

Color Harmonies of #285993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285993

Black with #285993

Text Example


Text Example

White with #285993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285993; }

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

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

background-color css

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

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

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

border-color css

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

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

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