#3731AE

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

Shades of Persian Blue #3731AE

Tints of Persian Blue #3731AE

Color information

#3731AE (or 0x3731AE) is unknown color: approx Persian Blue. HEX triplet: 37, 31 and AE. RGB value is (55,49,174). Sum of RGB (Red+Green+Blue) = 55+49+174=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 49 (19.53% from 255 or 17.63% 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 #3731AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3731AE is #C8CE51. Grayscale: #404040. Windows color (decimal): -13160018 or 11415863. OLE color: 11415863.

HSL color Cylindrical-coordinate representation of color #3731AE: hue angle of 242.88º 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 #3731AE is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5549174-
CMYK0.680.7200.32
HSL242.88º56.05%43.73%-
HSV(B)242.88º71.84%68.24%-
XYZ10.316.0640.67-
YUV65.04189.49120.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal55491740.680.7200.32242.8856.0543.73
Hex3731AE4448020f3382c
Octal67612561041100403637054
Binary1101111100011010111010001001001000010000011110011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3731AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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