Html Css Color HEX #284F99 Endeavour

📋 copy color: '#284F99'

red 40 ◦ green 79 ◦ blue 153

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

Shades of Endeavour #284F99

Tints of Endeavour #284F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.04%

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

R = 14.71%
G = 29.04%
B = 56.25%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#284F99 (or 0x284F99) is known color: Endeavour. HEX triplet: 28, 4F and 99. RGB value is (40,79,153). Sum of RGB (Red+Green+Blue) = 40+79+153=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #284F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284F99 is #D7B066. Grayscale: #4B4B4B. Windows color (decimal): -14135399 or 10047272. OLE color: 10047272.

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

Color convert

RGB 40 79 153 -
CMYK 0.74 0.48 0 0.4
HSL 219.29º 0.59% 0.38% -
HSV(B) 219.29º 0.74% 0.6% -
XYZ 9.42 8.34 31.25 -
YUV 75.78 171.58 102.48 -
System Red Green Blue C M Y K H S L
Decimal 40 79 153 0.74 0.48 0 0.4 219.29 0.59 0.38
Hex 28 4F 99 4A 30 0 28 DB 3B 26
Octal 50 117 231 112 60 0 50 333 73 46
Binary 101000 1001111 10011001 1001010 110000 0 101000 11011011 111011 100110

Color Harmonies of #284F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284F99

Black with #284F99

Text Example


Text Example

White with #284F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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