#32417B

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

Shades of Resolution Blue #32417B

Tints of Resolution Blue #32417B

Color information

#32417B (or 0x32417B) is unknown color: approx Resolution Blue. HEX triplet: 32, 41 and 7B. RGB value is (50,65,123). Sum of RGB (Red+Green+Blue) = 50+65+123=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #32417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32417B is #CDBE84. Grayscale: #424242. Windows color (decimal): -13483653 or 8077618. OLE color: 8077618.

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

Color convert

RGB5065123-
CMYK0.590.4700.52
HSL227.67º42.2%33.92%-
HSV(B)227.67º59.35%48.24%-
XYZ6.785.8919.52-
YUV67.13159.53115.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.01%
GREEN value IS 65 (25.78% from 255) = 27.31%
BLUE value IS 123 (48.44% from 255) = 51.68%
R=21.01%
G=27.31%
B=51.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50651230.590.4700.52227.6742.233.92
Hex32417B3B2F034e42a22
Octal6210117373570643445242
Binary11001010000011111011111011101111011010011100100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32417B; }

 p { color: rgb(50,65,123); }

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

<style>
 a { background-color: #32417B; }

 a { background-color: rgb(50,65,123); }

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

<style>
 span { border-color: #32417B; }

 span { border-color: rgb(50,65,123); }

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