#323F77

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

Shades of Resolution Blue #323F77

Tints of Resolution Blue #323F77

Color information

#323F77 (or 0x323F77) is unknown color: approx Resolution Blue. HEX triplet: 32, 3F and 77. RGB value is (50,63,119). Sum of RGB (Red+Green+Blue) = 50+63+119=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #323F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F77 is #CDC088. Grayscale: #414141. Windows color (decimal): -13484169 or 7814962. OLE color: 7814962.

HSL color Cylindrical-coordinate representation of color #323F77: hue angle of 228.7º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #323F77 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5063119-
CMYK0.580.4700.53
HSL228.7º40.83%33.14%-
HSV(B)228.7º57.98%46.67%-
XYZ6.425.5718.19-
YUV65.5158.19116.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 63 (25% from 255) = 27.16%
BLUE value IS 119 (46.88% from 255) = 51.29%
R=21.55%
G=27.16%
B=51.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50631190.580.4700.53228.740.8333.14
Hex323F773A2F035e52921
Octal627716772570653455141
Binary1100101111111110111111010101111011010111100101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,63,119); }

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

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

 a { background-color: rgb(50,63,119); }

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

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

 span { border-color: rgb(50,63,119); }

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