#284081

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

Shades of Resolution Blue #284081

Tints of Resolution Blue #284081

Color information

#284081 (or 0x284081) is unknown color: approx Resolution Blue. HEX triplet: 28, 40 and 81. RGB value is (40,64,129). Sum of RGB (Red+Green+Blue) = 40+64+129=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 129 (50.78% from 255 or 55.36% from 233); Max value from RGB is 129 - color contains mainly: blue. Hex color #284081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284081 is #D7BF7E. Grayscale: #3F3F3F. Windows color (decimal): -14139263 or 8470568. OLE color: 8470568.

HSL color Cylindrical-coordinate representation of color #284081: hue angle of 223.82º 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 #284081 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4064129-
CMYK0.690.5000.49
HSL223.82º52.66%33.14%-
HSV(B)223.82º68.99%50.59%-
XYZ6.675.721.52-
YUV64.23164.55110.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.17%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 129 (50.78% from 255) = 55.36%
R=17.17%
G=27.47%
B=55.36%

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
Decimal40641290.690.5000.49223.8252.6633.14
Hex2840814532031e03521
Octal50100201105620613406541
Binary1010001000000100000011000101110010011000111100000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284081; }

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

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

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

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

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

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

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

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