Html Css Color HEX #3936BA Persian Blue

📋 copy color: '#3936BA'

red 57 ◦ green 54 ◦ blue 186

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

Shades of Persian Blue #3936BA

Tints of Persian Blue #3936BA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.18%

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

R = 19.19%
G = 18.18%
B = 62.63%

CMYK

 C value IS 0.69

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3936BA (or 0x3936BA) is known color: Persian Blue. HEX triplet: 39, 36 and BA. RGB value is (57,54,186). Sum of RGB (Red+Green+Blue) = 57+54+186=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #3936BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3936BA is #C6C945. Grayscale: #454545. Windows color (decimal): -13027654 or 12203577. OLE color: 12203577.

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

Color convert

RGB 57 54 186 -
CMYK 0.69 0.71 0 0.27
HSL 241.36º 0.55% 0.47% -
HSV(B) 241.36º 0.71% 0.73% -
XYZ 11.87 7.05 47.19 -
YUV 69.95 193.49 118.77 -
System Red Green Blue C M Y K H S L
Decimal 57 54 186 0.69 0.71 0 0.27 241.36 0.55 0.47
Hex 39 36 BA 45 47 0 1B F1 37 2F
Octal 71 66 272 105 107 0 33 361 67 57
Binary 111001 110110 10111010 1000101 1000111 0 11011 11110001 110111 101111

Color Harmonies of #3936BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3936BA

Black with #3936BA

Text Example


Text Example

White with #3936BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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