#323E75

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

Shades of Resolution Blue #323E75

Tints of Resolution Blue #323E75

Color information

#323E75 (or 0x323E75) is unknown color: approx Resolution Blue. HEX triplet: 32, 3E and 75. RGB value is (50,62,117). Sum of RGB (Red+Green+Blue) = 50+62+117=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #323E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E75 is #CDC18A. Grayscale: #404040. Windows color (decimal): -13484427 or 7683634. OLE color: 7683634.

HSL color Cylindrical-coordinate representation of color #323E75: hue angle of 229.25º 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 #323E75 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5062117-
CMYK0.570.4700.54
HSL229.25º40.12%32.75%-
HSV(B)229.25º57.26%45.88%-
XYZ6.255.4117.54-
YUV64.68157.52117.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.83%
GREEN value IS 62 (24.61% from 255) = 27.07%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=21.83%
G=27.07%
B=51.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50621170.570.4700.54229.2540.1232.75
Hex323E75392F036e52821
Octal627616571570663455041
Binary1100101111101110101111001101111011011011100101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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