#3232C6

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

Shades of Persian Blue #3232C6

Tints of Persian Blue #3232C6

Color information

#3232C6 (or 0x3232C6) is unknown color: approx Persian Blue. HEX triplet: 32, 32 and C6. RGB value is (50,50,198). Sum of RGB (Red+Green+Blue) = 50+50+198=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 198 (77.73% from 255 or 66.44% from 298); Max value from RGB is 198 - color contains mainly: blue. Hex color #3232C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3232C6 is #CDCD39. Grayscale: #424242. Windows color (decimal): -13487418 or 12988978. OLE color: 12988978.

HSL color Cylindrical-coordinate representation of color #3232C6: hue angle of 240º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3232C6 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5050198-
CMYK0.750.7500.22
HSL240º59.68%48.63%-
HSV(B)240º74.75%77.65%-
XYZ12.657.0454.12-
YUV66.87202115.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.78%
GREEN value IS 50 (19.92% from 255) = 16.78%
BLUE value IS 198 (77.73% from 255) = 66.44%
R=16.78%
G=16.78%
B=66.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal50501980.750.7500.2224059.6848.63
Hex3232C64B4B016f03c31
Octal62623061131130263607461
Binary110010110010110001101001011100101101011011110000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3232C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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