#3233CD

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

Shades of Persian Blue #3233CD

Tints of Persian Blue #3233CD

Color information

#3233CD (or 0x3233CD) is unknown color: approx Persian Blue. HEX triplet: 32, 33 and CD. RGB value is (50,51,205). Sum of RGB (Red+Green+Blue) = 50+51+205=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #3233CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3233CD is #CDCC32. Grayscale: #434343. Windows color (decimal): -13487155 or 13447986. OLE color: 13447986.

HSL color Cylindrical-coordinate representation of color #3233CD: hue angle of 239.61º 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 #3233CD is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5051205-
CMYK0.760.7500.20
HSL239.61º60.78%50%-
HSV(B)239.61º75.61%80.39%-
XYZ13.527.4558.48-
YUV68.26205.17114.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.34%
GREEN value IS 51 (20.31% from 255) = 16.67%
BLUE value IS 205 (80.47% from 255) = 66.99%
R=16.34%
G=16.67%
B=66.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal50512050.760.7500.20239.6160.7850
Hex3233CD4C4B014f03d32
Octal62633151141130243607562
Binary110010110011110011011001100100101101010011110000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3233CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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