Html Css Color HEX #284D92 Endeavour

📋 copy color: '#284D92'

red 40 ◦ green 77 ◦ blue 146

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

Shades of Endeavour #284D92

Tints of Endeavour #284D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.51%

R = 15.21%
G = 29.28%
B = 55.51%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#284D92 (or 0x284D92) is known color: Endeavour. HEX triplet: 28, 4D and 92. RGB value is (40,77,146). Sum of RGB (Red+Green+Blue) = 40+77+146=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #284D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284D92 is #D7B26D. Grayscale: #494949. Windows color (decimal): -14135918 or 9588008. OLE color: 9588008.

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

Color convert

RGB 40 77 146 -
CMYK 0.73 0.47 0 0.43
HSL 219.06º 0.57% 0.36% -
HSV(B) 219.06º 0.73% 0.57% -
XYZ 8.72 7.83 28.25 -
YUV 73.8 168.74 103.89 -
System Red Green Blue C M Y K H S L
Decimal 40 77 146 0.73 0.47 0 0.43 219.06 0.57 0.36
Hex 28 4D 92 49 2F 0 2B DB 39 24
Octal 50 115 222 111 57 0 53 333 71 44
Binary 101000 1001101 10010010 1001001 101111 0 101011 11011011 111001 100100

Color Harmonies of #284D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284D92

Black with #284D92

Text Example


Text Example

White with #284D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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