#3133AE

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

Shades of Persian Blue #3133AE

Tints of Persian Blue #3133AE

Color information

#3133AE (or 0x3133AE) is unknown color: approx Persian Blue. HEX triplet: 31, 33 and AE. RGB value is (49,51,174). Sum of RGB (Red+Green+Blue) = 49+51+174=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #3133AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3133AE is #CECC51. Grayscale: #3F3F3F. Windows color (decimal): -13552722 or 11416369. OLE color: 11416369.

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

Color convert

RGB4951174-
CMYK0.720.7100.32
HSL239.04º56.05%43.73%-
HSV(B)239.04º71.84%68.24%-
XYZ10.096.0840.69-
YUV64.42189.84117-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.88%
GREEN value IS 51 (20.31% from 255) = 18.61%
BLUE value IS 174 (68.36% from 255) = 63.50%
R=17.88%
G=18.61%
B=63.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49511740.720.7100.32239.0456.0543.73
Hex3133AE4847020ef382c
Octal61632561101070403577054
Binary1100011100111010111010010001000111010000011101111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3133AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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