Html Css Color HEX #284D96 Endeavour

📋 copy color: '#284D96'

red 40 ◦ green 77 ◦ blue 150

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

Shades of Endeavour #284D96

Tints of Endeavour #284D96

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.84%

 BLUE value IS 150 (58.98% from 255) = 56.18%

R = 14.98%
G = 28.84%
B = 56.18%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#284D96 (or 0x284D96) is known color: Endeavour. HEX triplet: 28, 4D and 96. RGB value is (40,77,150). Sum of RGB (Red+Green+Blue) = 40+77+150=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #284D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284D96 is #D7B269. Grayscale: #494949. Windows color (decimal): -14135914 or 9850152. OLE color: 9850152.

HSL color Cylindrical-coordinate representation of color #284D96: hue angle of 219.82º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #284D96 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 77 150 -
CMYK 0.73 0.49 0 0.41
HSL 219.82º 0.58% 0.37% -
HSV(B) 219.82º 0.73% 0.59% -
XYZ 9.03 7.96 29.91 -
YUV 74.26 170.74 103.56 -
System Red Green Blue C M Y K H S L
Decimal 40 77 150 0.73 0.49 0 0.41 219.82 0.58 0.37
Hex 28 4D 96 49 31 0 29 DC 3A 25
Octal 50 115 226 111 61 0 51 334 72 45
Binary 101000 1001101 10010110 1001001 110001 0 101001 11011100 111010 100101

Color Harmonies of #284D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284D96

Black with #284D96

Text Example


Text Example

White with #284D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,77,150); }

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

background-color css

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

 a { background-color: rgb(40,77,150); }

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

border-color css

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

 span { border-color: rgb(40,77,150); }

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