#324083

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

Shades of Resolution Blue #324083

Tints of Resolution Blue #324083

Color information

#324083 (or 0x324083) is unknown color: approx Resolution Blue. HEX triplet: 32, 40 and 83. RGB value is (50,64,131). Sum of RGB (Red+Green+Blue) = 50+64+131=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #324083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324083 is #CDBF7C. Grayscale: #434343. Windows color (decimal): -13483901 or 8601650. OLE color: 8601650.

HSL color Cylindrical-coordinate representation of color #324083: hue angle of 229.63º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324083 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5064131-
CMYK0.620.5100.49
HSL229.63º44.75%35.49%-
HSV(B)229.63º61.83%51.37%-
XYZ7.255.9822.25-
YUV67.45163.86115.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 131 (51.56% from 255) = 53.47%
R=20.41%
G=26.12%
B=53.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50641310.620.5100.49229.6344.7535.49
Hex3240833E33031e62d23
Octal6210020376630613465543
Binary110010100000010000011111110110011011000111100110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324083; }

 p { color: rgb(50,64,131); }

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

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

 a { background-color: rgb(50,64,131); }

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

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

 span { border-color: rgb(50,64,131); }

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