#3135A6

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

Shades of Persian Blue #3135A6

Tints of Persian Blue #3135A6

Color information

#3135A6 (or 0x3135A6) is unknown color: approx Persian Blue. HEX triplet: 31, 35 and A6. RGB value is (49,53,166). Sum of RGB (Red+Green+Blue) = 49+53+166=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 166 (65.23% from 255 or 61.94% from 268); Max value from RGB is 166 - color contains mainly: blue. Hex color #3135A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3135A6 is #CECA59. Grayscale: #404040. Windows color (decimal): -13552218 or 10892593. OLE color: 10892593.

HSL color Cylindrical-coordinate representation of color #3135A6: hue angle of 237.95º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3135A6 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4953166-
CMYK0.700.6800.35
HSL237.95º54.42%42.16%-
HSV(B)237.95º70.48%65.1%-
XYZ9.425.9536.73-
YUV64.69185.17116.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.28%
GREEN value IS 53 (21.09% from 255) = 19.78%
BLUE value IS 166 (65.23% from 255) = 61.94%
R=18.28%
G=19.78%
B=61.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal49531660.700.6800.35237.9554.4242.16
Hex3135A64644023ee362a
Octal61652461061040433566652
Binary1100011101011010011010001101000100010001111101110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3135A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3135A6; }

 p { color: rgb(49,53,166); }

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

<style>
 a { background-color: #3135A6; }

 a { background-color: rgb(49,53,166); }

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

<style>
 span { border-color: #3135A6; }

 span { border-color: rgb(49,53,166); }

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