#3019B6

Color #3019B6 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3019B6

Tints of Persian Blue #3019B6

Color information

#3019B6 (or 0x3019B6) is unknown color: approx Persian Blue. HEX triplet: 30, 19 and B6. RGB value is (48,25,182). Sum of RGB (Red+Green+Blue) = 48+25+182=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 182 (71.48% from 255 or 71.37% from 255); Max value from RGB is 182 - color contains mainly: blue. Hex color #3019B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3019B6 is #CFE649. Grayscale: #313131. Windows color (decimal): -13624906 or 11934000. OLE color: 11934000.

HSL color Cylindrical-coordinate representation of color #3019B6: hue angle of 248.79º 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 #3019B6 is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4825182-
CMYK0.740.8600.29
HSL248.79º75.85%40.59%-
HSV(B)248.79º86.26%71.37%-
XYZ10.014.744.64-
YUV49.78202.62126.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.82%
GREEN value IS 25 (10.16% from 255) = 9.80%
BLUE value IS 182 (71.48% from 255) = 71.37%
R=18.82%
G=9.80%
B=71.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48251820.740.8600.29248.7975.8540.59
Hex3019B64A5601Df94c29
Octal603126611212603537111451
Binary110000110011011011010010101010110011101111110011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3019B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3019B6;
 }
 .AnyTagClassName
 {
   color: #3019B6;
 }
</style>
background-color css

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

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

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

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

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

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