#3935CA

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

Shades of Persian Blue #3935CA

Tints of Persian Blue #3935CA

Color information

#3935CA (or 0x3935CA) is unknown color: approx Persian Blue. HEX triplet: 39, 35 and CA. RGB value is (57,53,202). Sum of RGB (Red+Green+Blue) = 57+53+202=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #3935CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3935CA is #C6CA35. Grayscale: #464646. Windows color (decimal): -13027894 or 13251897. OLE color: 13251897.

HSL color Cylindrical-coordinate representation of color #3935CA: hue angle of 241.61º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3935CA is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5753202-
CMYK0.720.7400.21
HSL241.61º58.43%50%-
HSV(B)241.61º73.76%79.22%-
XYZ13.627.6856.64-
YUV71.18201.83117.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.27%
GREEN value IS 53 (21.09% from 255) = 16.99%
BLUE value IS 202 (79.30% from 255) = 64.74%
R=18.27%
G=16.99%
B=64.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal57532020.720.7400.21241.6158.4350
Hex3935CA484A015f23a32
Octal71653121101120253627262
Binary111001110101110010101001000100101001010111110010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3935CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3935CA; }

 p { color: rgb(57,53,202); }

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

<style>
 a { background-color: #3935CA; }

 a { background-color: rgb(57,53,202); }

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

<style>
 span { border-color: #3935CA; }

 span { border-color: rgb(57,53,202); }

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