#283582

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

Shades of Resolution Blue #283582

Tints of Resolution Blue #283582

Color information

#283582 (or 0x283582) is unknown color: approx Resolution Blue. HEX triplet: 28, 35 and 82. RGB value is (40,53,130). Sum of RGB (Red+Green+Blue) = 40+53+130=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #283582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283582 is #D7CA7D. Grayscale: #393939. Windows color (decimal): -14142078 or 8533288. OLE color: 8533288.

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

Color convert

RGB4053130-
CMYK0.690.5900.49
HSL231.33º52.94%33.33%-
HSV(B)231.33º69.23%50.98%-
XYZ6.184.6121.68-
YUV57.89168.69115.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.94%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 130 (51.17% from 255) = 58.30%
R=17.94%
G=23.77%
B=58.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40531300.690.5900.49231.3352.9433.33
Hex283582453B031e73521
Octal5065202105730613476541
Binary101000110101100000101000101111011011000111100111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283582; }

 p { color: rgb(40,53,130); }

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

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

 a { background-color: rgb(40,53,130); }

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

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

 span { border-color: rgb(40,53,130); }

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