Html Css Color HEX #284D97 Endeavour

📋 copy color: '#284D97'

red 40 ◦ green 77 ◦ blue 151

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

Shades of Endeavour #284D97

Tints of Endeavour #284D97

RGB

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

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

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

R = 14.93%
G = 28.73%
B = 56.34%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#284D97 (or 0x284D97) is known color: Endeavour. HEX triplet: 28, 4D and 97. RGB value is (40,77,151). Sum of RGB (Red+Green+Blue) = 40+77+151=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #284D97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284D97 is #D7B268. Grayscale: #4A4A4A. Windows color (decimal): -14135913 or 9915688. OLE color: 9915688.

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

Color convert

RGB 40 77 151 -
CMYK 0.74 0.49 0 0.41
HSL 220º 0.58% 0.37% -
HSV(B) 220º 0.74% 0.59% -
XYZ 9.11 7.99 30.34 -
YUV 74.37 171.24 103.48 -
System Red Green Blue C M Y K H S L
Decimal 40 77 151 0.74 0.49 0 0.41 220 0.58 0.37
Hex 28 4D 97 4A 31 0 29 DC 3A 25
Octal 50 115 227 112 61 0 51 334 72 45
Binary 101000 1001101 10010111 1001010 110001 0 101001 11011100 111010 100101

Color Harmonies of #284D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284D97

Black with #284D97

Text Example


Text Example

White with #284D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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