Html Css Color HEX #284E91 Endeavour

📋 copy color: '#284E91'

red 40 ◦ green 78 ◦ blue 145

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

Shades of Endeavour #284E91

Tints of Endeavour #284E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.13%

R = 15.21%
G = 29.66%
B = 55.13%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#284E91 (or 0x284E91) is known color: Endeavour. HEX triplet: 28, 4E and 91. RGB value is (40,78,145). Sum of RGB (Red+Green+Blue) = 40+78+145=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #284E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284E91 is #D7B16E. Grayscale: #494949. Windows color (decimal): -14135663 or 9522728. OLE color: 9522728.

HSL color Cylindrical-coordinate representation of color #284E91: hue angle of 218.29º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #284E91 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 78 145 -
CMYK 0.72 0.46 0 0.43
HSL 218.29º 0.57% 0.36% -
HSV(B) 218.29º 0.72% 0.57% -
XYZ 8.71 7.94 27.86 -
YUV 74.28 167.91 103.55 -
System Red Green Blue C M Y K H S L
Decimal 40 78 145 0.72 0.46 0 0.43 218.29 0.57 0.36
Hex 28 4E 91 48 2E 0 2B DA 39 24
Octal 50 116 221 110 56 0 53 332 71 44
Binary 101000 1001110 10010001 1001000 101110 0 101011 11011010 111001 100100

Color Harmonies of #284E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284E91

Black with #284E91

Text Example


Text Example

White with #284E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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