Html Css Color HEX #285199 Endeavour

📋 copy color: '#285199'

red 40 ◦ green 81 ◦ blue 153

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

Shades of Endeavour #285199

Tints of Endeavour #285199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.56%

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

R = 14.6%
G = 29.56%
B = 55.84%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#285199 (or 0x285199) is known color: Endeavour. HEX triplet: 28, 51 and 99. RGB value is (40,81,153). Sum of RGB (Red+Green+Blue) = 40+81+153=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #285199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285199 is #D7AE66. Grayscale: #4C4C4C. Windows color (decimal): -14134887 or 10047784. OLE color: 10047784.

HSL color Cylindrical-coordinate representation of color #285199: hue angle of 218.23º 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 #285199 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 81 153 -
CMYK 0.74 0.47 0 0.4
HSL 218.23º 0.59% 0.38% -
HSV(B) 218.23º 0.74% 0.6% -
XYZ 9.57 8.64 31.3 -
YUV 76.95 170.92 101.65 -
System Red Green Blue C M Y K H S L
Decimal 40 81 153 0.74 0.47 0 0.4 218.23 0.59 0.38
Hex 28 51 99 4A 2F 0 28 DA 3B 26
Octal 50 121 231 112 57 0 50 332 73 46
Binary 101000 1010001 10011001 1001010 101111 0 101000 11011010 111011 100110

Color Harmonies of #285199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285199

Black with #285199

Text Example


Text Example

White with #285199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285199; }

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

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

background-color css

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

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

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

border-color css

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

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

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