#323D75

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

Shades of Resolution Blue #323D75

Tints of Resolution Blue #323D75

Color information

#323D75 (or 0x323D75) is unknown color: approx Resolution Blue. HEX triplet: 32, 3D and 75. RGB value is (50,61,117). Sum of RGB (Red+Green+Blue) = 50+61+117=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #323D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D75 is #CDC28A. Grayscale: #3F3F3F. Windows color (decimal): -13484683 or 7683378. OLE color: 7683378.

HSL color Cylindrical-coordinate representation of color #323D75: hue angle of 230.15º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #323D75 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5061117-
CMYK0.570.4800.54
HSL230.15º40.12%32.75%-
HSV(B)230.15º57.26%45.88%-
XYZ6.25.317.53-
YUV64.1157.86117.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.93%
GREEN value IS 61 (24.22% from 255) = 26.75%
BLUE value IS 117 (46.09% from 255) = 51.32%
R=21.93%
G=26.75%
B=51.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50611170.570.4800.54230.1540.1232.75
Hex323D753930036e62821
Octal627516571600663465041
Binary1100101111011110101111001110000011011011100110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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