#311EBC

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

Shades of Persian Blue #311EBC

Tints of Persian Blue #311EBC

Color information

#311EBC (or 0x311EBC) is unknown color: approx Persian Blue. HEX triplet: 31, 1E and BC. RGB value is (49,30,188). Sum of RGB (Red+Green+Blue) = 49+30+188=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #311EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311EBC is #CEE143. Grayscale: #353535. Windows color (decimal): -13558084 or 12328497. OLE color: 12328497.

HSL color Cylindrical-coordinate representation of color #311EBC: hue angle of 247.22º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #311EBC is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4930188-
CMYK0.740.8400.26
HSL247.22º72.48%42.75%-
HSV(B)247.22º84.04%73.73%-
XYZ10.815.2148.01-
YUV53.69203.79124.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 30 (12.11% from 255) = 11.24%
BLUE value IS 188 (73.83% from 255) = 70.41%
R=18.35%
G=11.24%
B=70.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal49301880.740.8400.26247.2272.4842.75
Hex311EBC4A5401Af7482b
Octal613627411212403236711053
Binary110001111101011110010010101010100011010111101111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311EBC; }

 p { color: rgb(49,30,188); }

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

<style>
 a { background-color: #311EBC; }

 a { background-color: rgb(49,30,188); }

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

<style>
 span { border-color: #311EBC; }

 span { border-color: rgb(49,30,188); }

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