Html Css Color HEX #284F98 Endeavour

📋 copy color: '#284F98'

red 40 ◦ green 79 ◦ blue 152

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

Shades of Endeavour #284F98

Tints of Endeavour #284F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.09%

R = 14.76%
G = 29.15%
B = 56.09%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#284F98 (or 0x284F98) is known color: Endeavour. HEX triplet: 28, 4F and 98. RGB value is (40,79,152). Sum of RGB (Red+Green+Blue) = 40+79+152=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #284F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284F98 is #D7B067. Grayscale: #4B4B4B. Windows color (decimal): -14135400 or 9981736. OLE color: 9981736.

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

Color convert

RGB 40 79 152 -
CMYK 0.74 0.48 0 0.40
HSL 219.11º 0.58% 0.38% -
HSV(B) 219.11º 0.74% 0.6% -
XYZ 9.34 8.31 30.82 -
YUV 75.66 171.08 102.56 -
System Red Green Blue C M Y K H S L
Decimal 40 79 152 0.74 0.48 0 0.40 219.11 0.58 0.38
Hex 28 4F 98 4A 30 0 28 DB 3A 26
Octal 50 117 230 112 60 0 50 333 72 46
Binary 101000 1001111 10011000 1001010 110000 0 101000 11011011 111010 100110

Color Harmonies of #284F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284F98

Black with #284F98

Text Example


Text Example

White with #284F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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