#3523C2

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

Shades of Persian Blue #3523C2

Tints of Persian Blue #3523C2

Color information

#3523C2 (or 0x3523C2) is unknown color: approx Persian Blue. HEX triplet: 35, 23 and C2. RGB value is (53,35,194). Sum of RGB (Red+Green+Blue) = 53+35+194=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 194 (76.17% from 255 or 68.79% from 282); Max value from RGB is 194 - color contains mainly: blue. Hex color #3523C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3523C2 is #CADC3D. Grayscale: #393939. Windows color (decimal): -13294654 or 12722997. OLE color: 12722997.

HSL color Cylindrical-coordinate representation of color #3523C2: hue angle of 246.79º 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 #3523C2 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5335194-
CMYK0.730.8200.24
HSL246.79º69.43%44.9%-
HSV(B)246.79º81.96%76.08%-
XYZ11.815.8551.55-
YUV58.51204.46124.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.79%
GREEN value IS 35 (14.06% from 255) = 12.41%
BLUE value IS 194 (76.17% from 255) = 68.79%
R=18.79%
G=12.41%
B=68.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal53351940.730.8200.24246.7969.4344.9
Hex3523C24952018f7452d
Octal654330211112203036710555
Binary1101011000111100001010010011010010011000111101111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3523C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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