#324082

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

Shades of Resolution Blue #324082

Tints of Resolution Blue #324082

Color information

#324082 (or 0x324082) is unknown color: approx Resolution Blue. HEX triplet: 32, 40 and 82. RGB value is (50,64,130). Sum of RGB (Red+Green+Blue) = 50+64+130=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #324082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324082 is #CDBF7D. Grayscale: #434343. Windows color (decimal): -13483902 or 8536114. OLE color: 8536114.

HSL color Cylindrical-coordinate representation of color #324082: hue angle of 229.5º degrees, saturation: 0.44, 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 #324082 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5064130-
CMYK0.620.5100.49
HSL229.5º44.44%35.29%-
HSV(B)229.5º61.54%50.98%-
XYZ7.185.9621.89-
YUV67.34163.36115.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.49%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 130 (51.17% from 255) = 53.28%
R=20.49%
G=26.23%
B=53.28%

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
Decimal50641300.620.5100.49229.544.4435.29
Hex3240823E33031e62c23
Octal6210020276630613465443
Binary110010100000010000010111110110011011000111100110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324082; }

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

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

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

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

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

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

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

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