#3935BE

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

Shades of Persian Blue #3935BE

Tints of Persian Blue #3935BE

Color information

#3935BE (or 0x3935BE) is unknown color: approx Persian Blue. HEX triplet: 39, 35 and BE. RGB value is (57,53,190). Sum of RGB (Red+Green+Blue) = 57+53+190=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #3935BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3935BE is #C6CA41. Grayscale: #454545. Windows color (decimal): -13027906 or 12465465. OLE color: 12465465.

HSL color Cylindrical-coordinate representation of color #3935BE: hue angle of 241.75º degrees, saturation: 0.56, 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 #3935BE is Cyan = 0.7, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5753190-
CMYK0.70.7200.25
HSL241.75º56.38%47.65%-
HSV(B)241.75º72.11%74.51%-
XYZ12.257.1349.45-
YUV69.81195.83118.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19%
GREEN value IS 53 (21.09% from 255) = 17.67%
BLUE value IS 190 (74.61% from 255) = 63.33%
R=19%
G=17.67%
B=63.33%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57531900.70.7200.25241.7556.3847.65
Hex3935BE4648019f23830
Octal71652761061100313627060
Binary111001110101101111101000110100100001100111110010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3935BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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