#323D79

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

Shades of Resolution Blue #323D79

Tints of Resolution Blue #323D79

Color information

#323D79 (or 0x323D79) is unknown color: approx Resolution Blue. HEX triplet: 32, 3D and 79. RGB value is (50,61,121). Sum of RGB (Red+Green+Blue) = 50+61+121=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #323D79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D79 is #CDC286. Grayscale: #404040. Windows color (decimal): -13484679 or 7945522. OLE color: 7945522.

HSL color Cylindrical-coordinate representation of color #323D79: hue angle of 230.7º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #323D79 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5061121-
CMYK0.590.5000.53
HSL230.7º41.52%33.53%-
HSV(B)230.7º58.68%47.45%-
XYZ6.445.418.79-
YUV64.55159.86117.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 61 (24.22% from 255) = 26.29%
BLUE value IS 121 (47.66% from 255) = 52.16%
R=21.55%
G=26.29%
B=52.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50611210.590.5000.53230.741.5233.53
Hex323D793B32035e72a22
Octal627517173620653475242
Binary1100101111011111001111011110010011010111100111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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