Html Css Color HEX #3119BE Persian Blue

📋 copy color: '#3119BE'

red 49 ◦ green 25 ◦ blue 190

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

Shades of Persian Blue #3119BE

Tints of Persian Blue #3119BE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.47%

 BLUE value IS 190 (74.61% from 255) = 71.97%

R = 18.56%
G = 9.47%
B = 71.97%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3119BE (or 0x3119BE) is known color: Persian Blue. HEX triplet: 31, 19 and BE. RGB value is (49,25,190). Sum of RGB (Red+Green+Blue) = 49+25+190=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 190 (74.61% from 255 or 71.97% from 264); Max value from RGB is 190 - color contains mainly: blue. Hex color #3119BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3119BE is #CEE641. Grayscale: #323232. Windows color (decimal): -13559362 or 12458289. OLE color: 12458289.

HSL color Cylindrical-coordinate representation of color #3119BE: hue angle of 248.73º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3119BE is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 25 190 -
CMYK 0.74 0.87 0 0.25
HSL 248.73º 0.77% 0.42% -
HSV(B) 248.73º 0.87% 0.75% -
XYZ 10.91 5.07 49.12 -
YUV 50.99 206.45 126.58 -
System Red Green Blue C M Y K H S L
Decimal 49 25 190 0.74 0.87 0 0.25 248.73 0.77 0.42
Hex 31 19 BE 4A 57 0 19 F9 4D 2A
Octal 61 31 276 112 127 0 31 371 115 52
Binary 110001 11001 10111110 1001010 1010111 0 11001 11111001 1001101 101010

Color Harmonies of #3119BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3119BE

Black with #3119BE

Text Example


Text Example

White with #3119BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,25,190); }

 H1.HeaderClassName
 {
   color: #3119BE;
 }
 .AnyTagClassName
 {
   color: #3119BE;
 }
</style>

background-color css

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

 a { background-color: rgb(49,25,190); }

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

border-color css

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

 span { border-color: rgb(49,25,190); }

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