Html Css Color HEX #3939BA Persian Blue

📋 copy color: '#3939BA'

red 57 ◦ green 57 ◦ blue 186

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

Shades of Persian Blue #3939BA

Tints of Persian Blue #3939BA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19%

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

R = 19%
G = 19%
B = 62%

CMYK

 C value IS 0.69

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3939BA (or 0x3939BA) is known color: Persian Blue. HEX triplet: 39, 39 and BA. RGB value is (57,57,186). Sum of RGB (Red+Green+Blue) = 57+57+186=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #3939BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3939BA is #C6C645. Grayscale: #474747. Windows color (decimal): -13026886 or 12204345. OLE color: 12204345.

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

Color convert

RGB 57 57 186 -
CMYK 0.69 0.69 0 0.27
HSL 240º 0.53% 0.48% -
HSV(B) 240º 0.69% 0.73% -
XYZ 12.01 7.34 47.24 -
YUV 71.71 192.5 117.51 -
System Red Green Blue C M Y K H S L
Decimal 57 57 186 0.69 0.69 0 0.27 240 0.53 0.48
Hex 39 39 BA 45 45 0 1B F0 35 30
Octal 71 71 272 105 105 0 33 360 65 60
Binary 111001 111001 10111010 1000101 1000101 0 11011 11110000 110101 110000

Color Harmonies of #3939BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3939BA

Black with #3939BA

Text Example


Text Example

White with #3939BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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