#3118B9

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

Shades of Persian Blue #3118B9

Tints of Persian Blue #3118B9

Color information

#3118B9 (or 0x3118B9) is unknown color: approx Persian Blue. HEX triplet: 31, 18 and B9. RGB value is (49,24,185). Sum of RGB (Red+Green+Blue) = 49+24+185=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 185 (72.66% from 255 or 71.71% from 258); Max value from RGB is 185 - color contains mainly: blue. Hex color #3118B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3118B9 is #CEE746. Grayscale: #313131. Windows color (decimal): -13559623 or 12130353. OLE color: 12130353.

HSL color Cylindrical-coordinate representation of color #3118B9: hue angle of 249.32º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3118B9 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4924185-
CMYK0.740.8700.27
HSL249.32º77.03%40.98%-
HSV(B)249.32º87.03%72.55%-
XYZ10.354.8146.28-
YUV49.83204.28127.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.99%
GREEN value IS 24 (9.77% from 255) = 9.30%
BLUE value IS 185 (72.66% from 255) = 71.71%
R=18.99%
G=9.30%
B=71.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49241850.740.8700.27249.3277.0340.98
Hex3118B94A5701Bf94d29
Octal613027111212703337111551
Binary110001110001011100110010101010111011011111110011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3118B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3118B9; }

 p { color: rgb(49,24,185); }

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

<style>
 a { background-color: #3118B9; }

 a { background-color: rgb(49,24,185); }

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

<style>
 span { border-color: #3118B9; }

 span { border-color: rgb(49,24,185); }

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