Html Css Color HEX #284E97 Endeavour

📋 copy color: '#284E97'

red 40 ◦ green 78 ◦ blue 151

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

Shades of Endeavour #284E97

Tints of Endeavour #284E97

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29%

 BLUE value IS 151 (59.38% from 255) = 56.13%

R = 14.87%
G = 29%
B = 56.13%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#284E97 (or 0x284E97) is known color: Endeavour. HEX triplet: 28, 4E and 97. RGB value is (40,78,151). Sum of RGB (Red+Green+Blue) = 40+78+151=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #284E97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284E97 is #D7B168. Grayscale: #4A4A4A. Windows color (decimal): -14135657 or 9915944. OLE color: 9915944.

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

Color convert

RGB 40 78 151 -
CMYK 0.74 0.48 0 0.41
HSL 219.46º 0.58% 0.37% -
HSV(B) 219.46º 0.74% 0.59% -
XYZ 9.19 8.13 30.36 -
YUV 74.96 170.91 103.06 -
System Red Green Blue C M Y K H S L
Decimal 40 78 151 0.74 0.48 0 0.41 219.46 0.58 0.37
Hex 28 4E 97 4A 30 0 29 DB 3A 25
Octal 50 116 227 112 60 0 51 333 72 45
Binary 101000 1001110 10010111 1001010 110000 0 101001 11011011 111010 100101

Color Harmonies of #284E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284E97

Black with #284E97

Text Example


Text Example

White with #284E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,78,151); }

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

background-color css

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

 a { background-color: rgb(40,78,151); }

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

border-color css

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

 span { border-color: rgb(40,78,151); }

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