#3224C0

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

Shades of Persian Blue #3224C0

Tints of Persian Blue #3224C0

Color information

#3224C0 (or 0x3224C0) is unknown color: approx Persian Blue. HEX triplet: 32, 24 and C0. RGB value is (50,36,192). Sum of RGB (Red+Green+Blue) = 50+36+192=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 192 (75.39% from 255 or 69.06% from 278); Max value from RGB is 192 - color contains mainly: blue. Hex color #3224C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3224C0 is #CDDB3F. Grayscale: #393939. Windows color (decimal): -13491008 or 12592178. OLE color: 12592178.

HSL color Cylindrical-coordinate representation of color #3224C0: hue angle of 245.38º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3224C0 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5036192-
CMYK0.740.8100.25
HSL245.38º68.42%44.71%-
HSV(B)245.38º81.25%75.29%-
XYZ11.465.7550.37-
YUV57.97203.64122.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.99%
GREEN value IS 36 (14.45% from 255) = 12.95%
BLUE value IS 192 (75.39% from 255) = 69.06%
R=17.99%
G=12.95%
B=69.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50361920.740.8100.25245.3868.4244.71
Hex3224C04A51019f5442d
Octal624430011212103136510455
Binary1100101001001100000010010101010001011001111101011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3224C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3224C0; }

 p { color: rgb(50,36,192); }

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

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

 a { background-color: rgb(50,36,192); }

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

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

 span { border-color: rgb(50,36,192); }

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