Html Css Color HEX #3935BA Persian Blue

📋 copy color: '#3935BA'

red 57 ◦ green 53 ◦ blue 186

#3935BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #3935BA

Tints of Persian Blue #3935BA

RGB

 RED value IS 57 (22.66% from 255) = 19.26%

 GREEN value IS 53 (21.09% from 255) = 17.91%

 BLUE value IS 186 (73.05% from 255) = 62.84%

R = 19.26%
G = 17.91%
B = 62.84%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3935BA (or 0x3935BA) is known color: Persian Blue. HEX triplet: 39, 35 and BA. RGB value is (57,53,186). Sum of RGB (Red+Green+Blue) = 57+53+186=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #3935BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3935BA is #C6CA45. Grayscale: #444444. Windows color (decimal): -13027910 or 12203321. OLE color: 12203321.

HSL color Cylindrical-coordinate representation of color #3935BA: hue angle of 241.8º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3935BA is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 53 186 -
CMYK 0.69 0.72 0 0.27
HSL 241.8º 0.56% 0.47% -
HSV(B) 241.8º 0.72% 0.73% -
XYZ 11.82 6.96 47.17 -
YUV 69.36 193.83 119.19 -
System Red Green Blue C M Y K H S L
Decimal 57 53 186 0.69 0.72 0 0.27 241.8 0.56 0.47
Hex 39 35 BA 45 48 0 1B F2 38 2F
Octal 71 65 272 105 110 0 33 362 70 57
Binary 111001 110101 10111010 1000101 1001000 0 11011 11110010 111000 101111

Color Harmonies of #3935BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3935BA

Black with #3935BA

Text Example


Text Example

White with #3935BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3935BA;
 }
 .AnyTagClassName
 {
   color: #3935BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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