#323D70

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

Shades of Resolution Blue #323D70

Tints of Resolution Blue #323D70

Color information

#323D70 (or 0x323D70) is unknown color: approx Resolution Blue. HEX triplet: 32, 3D and 70. RGB value is (50,61,112). Sum of RGB (Red+Green+Blue) = 50+61+112=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #323D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D70 is #CDC28F. Grayscale: #3F3F3F. Windows color (decimal): -13484688 or 7355698. OLE color: 7355698.

HSL color Cylindrical-coordinate representation of color #323D70: hue angle of 229.35º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #323D70 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5061112-
CMYK0.550.4600.56
HSL229.35º38.27%31.76%-
HSV(B)229.35º55.36%43.92%-
XYZ5.915.1916.02-
YUV63.52155.36118.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 61 (24.22% from 255) = 27.35%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=22.42%
G=27.35%
B=50.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50611120.550.4600.56229.3538.2731.76
Hex323D70372E038e52620
Octal627516067560703454640
Binary1100101111011110000110111101110011100011100101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323D70; }

 p { color: rgb(50,61,112); }

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

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

 a { background-color: rgb(50,61,112); }

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

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

 span { border-color: rgb(50,61,112); }

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