#3137AE

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

Shades of Persian Blue #3137AE

Tints of Persian Blue #3137AE

Color information

#3137AE (or 0x3137AE) is unknown color: approx Persian Blue. HEX triplet: 31, 37 and AE. RGB value is (49,55,174). Sum of RGB (Red+Green+Blue) = 49+55+174=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 174 (68.36% from 255 or 62.59% from 278); Max value from RGB is 174 - color contains mainly: blue. Hex color #3137AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3137AE is #CEC851. Grayscale: #424242. Windows color (decimal): -13551698 or 11417393. OLE color: 11417393.

HSL color Cylindrical-coordinate representation of color #3137AE: hue angle of 237.12º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3137AE is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4955174-
CMYK0.720.6800.32
HSL237.12º56.05%43.73%-
HSV(B)237.12º71.84%68.24%-
XYZ10.276.4440.75-
YUV66.77188.51115.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.63%
GREEN value IS 55 (21.88% from 255) = 19.78%
BLUE value IS 174 (68.36% from 255) = 62.59%
R=17.63%
G=19.78%
B=62.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49551740.720.6800.32237.1256.0543.73
Hex3137AE4844020ed382c
Octal61672561101040403557054
Binary1100011101111010111010010001000100010000011101101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3137AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3137AE; }

 p { color: rgb(49,55,174); }

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

<style>
 a { background-color: #3137AE; }

 a { background-color: rgb(49,55,174); }

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

<style>
 span { border-color: #3137AE; }

 span { border-color: rgb(49,55,174); }

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