#3232CD

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

Shades of Persian Blue #3232CD

Tints of Persian Blue #3232CD

Color information

#3232CD (or 0x3232CD) is unknown color: approx Persian Blue. HEX triplet: 32, 32 and CD. RGB value is (50,50,205). Sum of RGB (Red+Green+Blue) = 50+50+205=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #3232CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3232CD is #CDCD32. Grayscale: #434343. Windows color (decimal): -13487411 or 13447730. OLE color: 13447730.

HSL color Cylindrical-coordinate representation of color #3232CD: hue angle of 240º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3232CD is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5050205-
CMYK0.760.7600.20
HSL240º60.78%50%-
HSV(B)240º75.61%80.39%-
XYZ13.487.3758.47-
YUV67.67205.5115.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.39%
GREEN value IS 50 (19.92% from 255) = 16.39%
BLUE value IS 205 (80.47% from 255) = 67.21%
R=16.39%
G=16.39%
B=67.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal50502050.760.7600.2024060.7850
Hex3232CD4C4C014f03d32
Octal62623151141140243607562
Binary110010110010110011011001100100110001010011110000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3232CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3232CD; }

 p { color: rgb(50,50,205); }

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

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

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

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

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

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

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