#324075

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

Shades of Resolution Blue #324075

Tints of Resolution Blue #324075

Color information

#324075 (or 0x324075) is unknown color: approx Resolution Blue. HEX triplet: 32, 40 and 75. RGB value is (50,64,117). Sum of RGB (Red+Green+Blue) = 50+64+117=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #324075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324075 is #CDBF8A. Grayscale: #414141. Windows color (decimal): -13483915 or 7684146. OLE color: 7684146.

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

Color convert

RGB5064117-
CMYK0.570.4500.54
HSL227.46º40.12%32.75%-
HSV(B)227.46º57.26%45.88%-
XYZ6.365.6317.58-
YUV65.86156.86116.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.65%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 117 (46.09% from 255) = 50.65%
R=21.65%
G=27.71%
B=50.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50641170.570.4500.54227.4640.1232.75
Hex324075392D036e32821
Octal6210016571550663435041
Binary11001010000001110101111001101101011011011100011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324075; }

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

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

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

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

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

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

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

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