Html Css Color HEX #284576 Resolution Blue

📋 copy color: '#284576'

red 40 ◦ green 69 ◦ blue 118

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

Shades of Resolution Blue #284576

Tints of Resolution Blue #284576

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.4%

 BLUE value IS 118 (46.48% from 255) = 51.98%

R = 17.62%
G = 30.4%
B = 51.98%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#284576 (or 0x284576) is known color: Resolution Blue. HEX triplet: 28, 45 and 76. RGB value is (40,69,118). Sum of RGB (Red+Green+Blue) = 40+69+118=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #284576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284576 is #D7BA89. Grayscale: #414141. Windows color (decimal): -14137994 or 7750952. OLE color: 7750952.

HSL color Cylindrical-coordinate representation of color #284576: hue angle of 217.69º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #284576 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 69 118 -
CMYK 0.66 0.42 0 0.54
HSL 217.69º 0.49% 0.31% -
HSV(B) 217.69º 0.66% 0.46% -
XYZ 6.27 6.02 17.97 -
YUV 65.92 157.39 109.52 -
System Red Green Blue C M Y K H S L
Decimal 40 69 118 0.66 0.42 0 0.54 217.69 0.49 0.31
Hex 28 45 76 42 2A 0 36 DA 31 1F
Octal 50 105 166 102 52 0 66 332 61 37
Binary 101000 1000101 1110110 1000010 101010 0 110110 11011010 110001 11111

Color Harmonies of #284576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284576

Black with #284576

Text Example


Text Example

White with #284576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284576; }

 p { color: rgb(40,69,118); }

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

background-color css

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

 a { background-color: rgb(40,69,118); }

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

border-color css

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

 span { border-color: rgb(40,69,118); }

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