Html Css Color HEX #3119B6 Persian Blue

📋 copy color: '#3119B6'

red 49 ◦ green 25 ◦ blue 182

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

Shades of Persian Blue #3119B6

Tints of Persian Blue #3119B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 71.09%

R = 19.14%
G = 9.77%
B = 71.09%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3119B6 (or 0x3119B6) is known color: Persian Blue. HEX triplet: 31, 19 and B6. RGB value is (49,25,182). Sum of RGB (Red+Green+Blue) = 49+25+182=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 182 (71.48% from 255 or 71.09% from 256); Max value from RGB is 182 - color contains mainly: blue. Hex color #3119B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3119B6 is #CEE649. Grayscale: #313131. Windows color (decimal): -13559370 or 11934001. OLE color: 11934001.

HSL color Cylindrical-coordinate representation of color #3119B6: hue angle of 249.17º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3119B6 is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 25 182 -
CMYK 0.73 0.86 0 0.29
HSL 249.17º 0.76% 0.41% -
HSV(B) 249.17º 0.86% 0.71% -
XYZ 10.06 4.73 44.64 -
YUV 50.07 202.45 127.23 -
System Red Green Blue C M Y K H S L
Decimal 49 25 182 0.73 0.86 0 0.29 249.17 0.76 0.41
Hex 31 19 B6 49 56 0 1D F9 4C 29
Octal 61 31 266 111 126 0 35 371 114 51
Binary 110001 11001 10110110 1001001 1010110 0 11101 11111001 1001100 101001

Color Harmonies of #3119B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3119B6

Black with #3119B6

Text Example


Text Example

White with #3119B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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