Html Css Color HEX #3139BA Persian Blue

📋 copy color: '#3139BA'

red 49 ◦ green 57 ◦ blue 186

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

Shades of Persian Blue #3139BA

Tints of Persian Blue #3139BA

RGB

 RED value IS 49 (19.53% from 255) = 16.78%

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

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

R = 16.78%
G = 19.52%
B = 63.7%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3139BA (or 0x3139BA) is known color: Persian Blue. HEX triplet: 31, 39 and BA. RGB value is (49,57,186). Sum of RGB (Red+Green+Blue) = 49+57+186=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #3139BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3139BA is #CEC645. Grayscale: #444444. Windows color (decimal): -13551174 or 12204337. OLE color: 12204337.

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

Color convert

RGB 49 57 186 -
CMYK 0.74 0.69 0 0.27
HSL 236.5º 0.58% 0.46% -
HSV(B) 236.5º 0.74% 0.73% -
XYZ 11.59 7.12 47.22 -
YUV 69.31 193.85 113.51 -
System Red Green Blue C M Y K H S L
Decimal 49 57 186 0.74 0.69 0 0.27 236.5 0.58 0.46
Hex 31 39 BA 4A 45 0 1B EC 3A 2E
Octal 61 71 272 112 105 0 33 354 72 56
Binary 110001 111001 10111010 1001010 1000101 0 11011 11101100 111010 101110

Color Harmonies of #3139BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3139BA

Black with #3139BA

Text Example


Text Example

White with #3139BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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