#313EBC

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

Shades of Persian Blue #313EBC

Tints of Persian Blue #313EBC

Color information

#313EBC (or 0x313EBC) is unknown color: approx Persian Blue. HEX triplet: 31, 3E and BC. RGB value is (49,62,188). Sum of RGB (Red+Green+Blue) = 49+62+188=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #313EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313EBC is #CEC143. Grayscale: #474747. Windows color (decimal): -13549892 or 12336689. OLE color: 12336689.

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

Color convert

RGB4962188-
CMYK0.740.6700.26
HSL234.39º58.65%46.47%-
HSV(B)234.39º73.94%73.73%-
XYZ12.077.7348.43-
YUV72.48193.19111.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.39%
GREEN value IS 62 (24.61% from 255) = 20.74%
BLUE value IS 188 (73.83% from 255) = 62.88%
R=16.39%
G=20.74%
B=62.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal49621880.740.6700.26234.3958.6546.47
Hex313EBC4A4301Aea3b2e
Octal61762741121030323527356
Binary110001111110101111001001010100001101101011101010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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