#3935c0

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

Shades of Persian Blue #3935C0

Tints of Persian Blue #3935C0

Color information

#3935C0 (or 0x3935C0) is unknown color: approx Persian Blue. HEX triplet: 39, 35 and C0. RGB value is (57,53,192). Sum of RGB (Red+Green+Blue) = 57+53+192=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #3935C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3935C0 is #C6CA3F. Grayscale: #454545. Windows color (decimal): -13027904 or 12596537. OLE color: 12596537.

HSL color Cylindrical-coordinate representation of color #3935C0: hue angle of 241.73º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3935C0 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5753192-
CMYK0.700.7200.25
HSL241.73º56.73%48.04%-
HSV(B)241.73º72.4%75.29%-
XYZ12.477.2250.61-
YUV70.04196.83118.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.87%
GREEN value IS 53 (21.09% from 255) = 17.55%
BLUE value IS 192 (75.39% from 255) = 63.58%
R=18.87%
G=17.55%
B=63.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57531920.700.7200.25241.7356.7348.04
Hex3935C04648019f23930
Octal71653001061100313627160
Binary111001110101110000001000110100100001100111110010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3935c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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