#352BC0

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

Shades of Persian Blue #352BC0

Tints of Persian Blue #352BC0

Color information

#352BC0 (or 0x352BC0) is unknown color: approx Persian Blue. HEX triplet: 35, 2B and C0. RGB value is (53,43,192). Sum of RGB (Red+Green+Blue) = 53+43+192=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 192 (75.39% from 255 or 66.67% from 288); Max value from RGB is 192 - color contains mainly: blue. Hex color #352BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352BC0 is #CAD43F. Grayscale: #3E3E3E. Windows color (decimal): -13292608 or 12593973. OLE color: 12593973.

HSL color Cylindrical-coordinate representation of color #352BC0: hue angle of 244.03º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #352BC0 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5343192-
CMYK0.720.7800.25
HSL244.03º63.4%46.08%-
HSV(B)244.03º77.6%75.29%-
XYZ11.856.2950.46-
YUV62.98200.81120.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.40%
GREEN value IS 43 (17.19% from 255) = 14.93%
BLUE value IS 192 (75.39% from 255) = 66.67%
R=18.40%
G=14.93%
B=66.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53431920.720.7800.25244.0363.446.08
Hex352BC0484E019f43f2e
Octal65533001101160313647756
Binary110101101011110000001001000100111001100111110100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352BC0; }

 p { color: rgb(53,43,192); }

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

<style>
 a { background-color: #352BC0; }

 a { background-color: rgb(53,43,192); }

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

<style>
 span { border-color: #352BC0; }

 span { border-color: rgb(53,43,192); }

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