#3223C2

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

Shades of Persian Blue #3223C2

Tints of Persian Blue #3223C2

Color information

#3223C2 (or 0x3223C2) is unknown color: approx Persian Blue. HEX triplet: 32, 23 and C2. RGB value is (50,35,194). Sum of RGB (Red+Green+Blue) = 50+35+194=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 194 (76.17% from 255 or 69.53% from 279); Max value from RGB is 194 - color contains mainly: blue. Hex color #3223C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3223C2 is #CDDC3D. Grayscale: #383838. Windows color (decimal): -13491262 or 12722994. OLE color: 12722994.

HSL color Cylindrical-coordinate representation of color #3223C2: hue angle of 245.66º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3223C2 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5035194-
CMYK0.740.8200.24
HSL245.66º69.43%44.9%-
HSV(B)245.66º81.96%76.08%-
XYZ11.655.7851.54-
YUV57.61204.97122.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.92%
GREEN value IS 35 (14.06% from 255) = 12.54%
BLUE value IS 194 (76.17% from 255) = 69.53%
R=17.92%
G=12.54%
B=69.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal50351940.740.8200.24245.6669.4344.9
Hex3223C24A52018f6452d
Octal624330211212203036610555
Binary1100101000111100001010010101010010011000111101101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3223C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3223C2; }

 p { color: rgb(50,35,194); }

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

<style>
 a { background-color: #3223C2; }

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

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

<style>
 span { border-color: #3223C2; }

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

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