#283584

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

Shades of Resolution Blue #283584

Tints of Resolution Blue #283584

Color information

#283584 (or 0x283584) is unknown color: approx Resolution Blue. HEX triplet: 28, 35 and 84. RGB value is (40,53,132). Sum of RGB (Red+Green+Blue) = 40+53+132=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #283584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283584 is #D7CA7B. Grayscale: #393939. Windows color (decimal): -14142076 or 8664360. OLE color: 8664360.

HSL color Cylindrical-coordinate representation of color #283584: hue angle of 231.52º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #283584 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4053132-
CMYK0.700.6000.48
HSL231.52º53.49%33.73%-
HSV(B)231.52º69.7%51.76%-
XYZ6.314.6622.4-
YUV58.12169.69115.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.78%
GREEN value IS 53 (21.09% from 255) = 23.56%
BLUE value IS 132 (51.95% from 255) = 58.67%
R=17.78%
G=23.56%
B=58.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40531320.700.6000.48231.5253.4933.73
Hex283584463C030e83522
Octal5065204106740603506542
Binary101000110101100001001000110111100011000011101000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283584; }

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

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

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

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

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

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

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

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