#3136AE

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

Shades of Persian Blue #3136AE

Tints of Persian Blue #3136AE

Color information

#3136AE (or 0x3136AE) is unknown color: approx Persian Blue. HEX triplet: 31, 36 and AE. RGB value is (49,54,174). Sum of RGB (Red+Green+Blue) = 49+54+174=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 174 (68.36% from 255 or 62.82% from 277); Max value from RGB is 174 - color contains mainly: blue. Hex color #3136AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3136AE is #CEC951. Grayscale: #414141. Windows color (decimal): -13551954 or 11417137. OLE color: 11417137.

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

Color convert

RGB4954174-
CMYK0.720.6900.32
HSL237.6º56.05%43.73%-
HSV(B)237.6º71.84%68.24%-
XYZ10.236.3540.73-
YUV66.18188.84115.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.69%
GREEN value IS 54 (21.48% from 255) = 19.49%
BLUE value IS 174 (68.36% from 255) = 62.82%
R=17.69%
G=19.49%
B=62.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49541740.720.6900.32237.656.0543.73
Hex3136AE4845020ee382c
Octal61662561101050403567054
Binary1100011101101010111010010001000101010000011101110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3136AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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