Html Css Color HEX #284F93 Endeavour

📋 copy color: '#284F93'

red 40 ◦ green 79 ◦ blue 147

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

Shades of Endeavour #284F93

Tints of Endeavour #284F93

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.7%

 BLUE value IS 147 (57.81% from 255) = 55.26%

R = 15.04%
G = 29.7%
B = 55.26%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#284F93 (or 0x284F93) is known color: Endeavour. HEX triplet: 28, 4F and 93. RGB value is (40,79,147). Sum of RGB (Red+Green+Blue) = 40+79+147=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #284F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284F93 is #D7B06C. Grayscale: #4A4A4A. Windows color (decimal): -14135405 or 9654056. OLE color: 9654056.

HSL color Cylindrical-coordinate representation of color #284F93: hue angle of 218.13º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #284F93 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 79 147 -
CMYK 0.73 0.46 0 0.42
HSL 218.13º 0.57% 0.37% -
HSV(B) 218.13º 0.73% 0.58% -
XYZ 8.94 8.15 28.71 -
YUV 75.09 168.58 102.97 -
System Red Green Blue C M Y K H S L
Decimal 40 79 147 0.73 0.46 0 0.42 218.13 0.57 0.37
Hex 28 4F 93 49 2E 0 2A DA 39 25
Octal 50 117 223 111 56 0 52 332 71 45
Binary 101000 1001111 10010011 1001001 101110 0 101010 11011010 111001 100101

Color Harmonies of #284F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284F93

Black with #284F93

Text Example


Text Example

White with #284F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,79,147); }

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

background-color css

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

 a { background-color: rgb(40,79,147); }

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

border-color css

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

 span { border-color: rgb(40,79,147); }

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