Html Css Color HEX #285399 Endeavour

📋 copy color: '#285399'

red 40 ◦ green 83 ◦ blue 153

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

Shades of Endeavour #285399

Tints of Endeavour #285399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

 BLUE value IS 153 (60.16% from 255) = 55.43%

R = 14.49%
G = 30.07%
B = 55.43%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#285399 (or 0x285399) is known color: Endeavour. HEX triplet: 28, 53 and 99. RGB value is (40,83,153). Sum of RGB (Red+Green+Blue) = 40+83+153=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #285399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285399 is #D7AC66. Grayscale: #4D4D4D. Windows color (decimal): -14134375 or 10048296. OLE color: 10048296.

HSL color Cylindrical-coordinate representation of color #285399: hue angle of 217.17º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #285399 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 83 153 -
CMYK 0.74 0.46 0 0.4
HSL 217.17º 0.59% 0.38% -
HSV(B) 217.17º 0.74% 0.6% -
XYZ 9.72 8.94 31.35 -
YUV 78.12 170.25 100.81 -
System Red Green Blue C M Y K H S L
Decimal 40 83 153 0.74 0.46 0 0.4 217.17 0.59 0.38
Hex 28 53 99 4A 2E 0 28 D9 3B 26
Octal 50 123 231 112 56 0 50 331 73 46
Binary 101000 1010011 10011001 1001010 101110 0 101000 11011001 111011 100110

Color Harmonies of #285399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285399

Black with #285399

Text Example


Text Example

White with #285399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285399; }

 p { color: rgb(40,83,153); }

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

background-color css

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

 a { background-color: rgb(40,83,153); }

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

border-color css

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

 span { border-color: rgb(40,83,153); }

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