#32467B

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

Shades of Resolution Blue #32467B

Tints of Resolution Blue #32467B

Color information

#32467B (or 0x32467B) is unknown color: approx Resolution Blue. HEX triplet: 32, 46 and 7B. RGB value is (50,70,123). Sum of RGB (Red+Green+Blue) = 50+70+123=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #32467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32467B is #CDB984. Grayscale: #454545. Windows color (decimal): -13482373 or 8078898. OLE color: 8078898.

HSL color Cylindrical-coordinate representation of color #32467B: hue angle of 223.56º 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 #32467B is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5070123-
CMYK0.590.4300.52
HSL223.56º42.2%33.92%-
HSV(B)223.56º59.35%48.24%-
XYZ7.086.4919.62-
YUV70.06157.87113.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 70 (27.73% from 255) = 28.81%
BLUE value IS 123 (48.44% from 255) = 50.62%
R=20.58%
G=28.81%
B=50.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50701230.590.4300.52223.5642.233.92
Hex32467B3B2B034e02a22
Octal6210617373530643405242
Binary11001010001101111011111011101011011010011100000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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