Html Css Color HEX #284D90 Endeavour

📋 copy color: '#284D90'

red 40 ◦ green 77 ◦ blue 144

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

Shades of Endeavour #284D90

Tints of Endeavour #284D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 55.17%

R = 15.33%
G = 29.5%
B = 55.17%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#284D90 (or 0x284D90) is known color: Endeavour. HEX triplet: 28, 4D and 90. RGB value is (40,77,144). Sum of RGB (Red+Green+Blue) = 40+77+144=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #284D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284D90 is #D7B26F. Grayscale: #494949. Windows color (decimal): -14135920 or 9456936. OLE color: 9456936.

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

Color convert

RGB 40 77 144 -
CMYK 0.72 0.47 0 0.44
HSL 218.65º 0.57% 0.36% -
HSV(B) 218.65º 0.72% 0.56% -
XYZ 8.56 7.77 27.43 -
YUV 73.58 167.74 104.05 -
System Red Green Blue C M Y K H S L
Decimal 40 77 144 0.72 0.47 0 0.44 218.65 0.57 0.36
Hex 28 4D 90 48 2F 0 2C DB 39 24
Octal 50 115 220 110 57 0 54 333 71 44
Binary 101000 1001101 10010000 1001000 101111 0 101100 11011011 111001 100100

Color Harmonies of #284D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284D90

Black with #284D90

Text Example


Text Example

White with #284D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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