#284181

Color #284181 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #284181

Tints of Resolution Blue #284181

Color information

#284181 (or 0x284181) is unknown color: approx Resolution Blue. HEX triplet: 28, 41 and 81. RGB value is (40,65,129). Sum of RGB (Red+Green+Blue) = 40+65+129=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 129 (50.78% from 255 or 55.13% from 234); Max value from RGB is 129 - color contains mainly: blue. Hex color #284181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284181 is #D7BE7E. Grayscale: #404040. Windows color (decimal): -14139007 or 8470824. OLE color: 8470824.

HSL color Cylindrical-coordinate representation of color #284181: hue angle of 223.15º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #284181 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4065129-
CMYK0.690.5000.49
HSL223.15º52.66%33.14%-
HSV(B)223.15º68.99%50.59%-
XYZ6.735.8221.54-
YUV64.82164.22110.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.09%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 129 (50.78% from 255) = 55.13%
R=17.09%
G=27.78%
B=55.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40651290.690.5000.49223.1552.6633.14
Hex2841814532031df3521
Octal50101201105620613376541
Binary1010001000001100000011000101110010011000111011111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284181; }

 p { color: rgb(40,65,129); }

 H1.HeaderClassName
 {
   color: #284181;
 }
 .AnyTagClassName
 {
   color: #284181;
 }
</style>
background-color css

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

 a { background-color: rgb(40,65,129); }

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

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

 span { border-color: rgb(40,65,129); }

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