#3233C0

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

Shades of Persian Blue #3233C0

Tints of Persian Blue #3233C0

Color information

#3233C0 (or 0x3233C0) is unknown color: approx Persian Blue. HEX triplet: 32, 33 and C0. RGB value is (50,51,192). Sum of RGB (Red+Green+Blue) = 50+51+192=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 192 (75.39% from 255 or 65.53% from 293); Max value from RGB is 192 - color contains mainly: blue. Hex color #3233C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3233C0 is #CDCC3F. Grayscale: #424242. Windows color (decimal): -13487168 or 12596018. OLE color: 12596018.

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

Color convert

RGB5051192-
CMYK0.740.7300.25
HSL239.58º58.68%47.45%-
HSV(B)239.58º73.96%75.29%-
XYZ12.016.8550.56-
YUV66.78198.67116.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.06%
GREEN value IS 51 (20.31% from 255) = 17.41%
BLUE value IS 192 (75.39% from 255) = 65.53%
R=17.06%
G=17.41%
B=65.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50511920.740.7300.25239.5858.6847.45
Hex3233C04A49019f03b2f
Octal62633001121110313607357
Binary110010110011110000001001010100100101100111110000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3233C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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