#32426D

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

Shades of Resolution Blue #32426D

Tints of Resolution Blue #32426D

Color information

#32426D (or 0x32426D) is unknown color: approx Resolution Blue. HEX triplet: 32, 42 and 6D. RGB value is (50,66,109). Sum of RGB (Red+Green+Blue) = 50+66+109=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #32426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32426D is #CDBD92. Grayscale: #414141. Windows color (decimal): -13483411 or 7160370. OLE color: 7160370.

HSL color Cylindrical-coordinate representation of color #32426D: hue angle of 223.73º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32426D is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5066109-
CMYK0.540.3900.57
HSL223.73º37.11%31.18%-
HSV(B)223.73º54.13%42.75%-
XYZ6.025.6815.25-
YUV66.12152.2116.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 66 (26.17% from 255) = 29.33%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=22.22%
G=29.33%
B=48.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50661090.540.3900.57223.7337.1131.18
Hex32426D3627039e0251f
Octal6210215566470713404537
Binary1100101000010110110111011010011101110011110000010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32426D; }

 p { color: rgb(50,66,109); }

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

<style>
 a { background-color: #32426D; }

 a { background-color: rgb(50,66,109); }

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

<style>
 span { border-color: #32426D; }

 span { border-color: rgb(50,66,109); }

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