#3135AB

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

Shades of Persian Blue #3135AB

Tints of Persian Blue #3135AB

Color information

#3135AB (or 0x3135AB) is unknown color: approx Persian Blue. HEX triplet: 31, 35 and AB. RGB value is (49,53,171). Sum of RGB (Red+Green+Blue) = 49+53+171=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #3135AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3135AB is #CECA54. Grayscale: #404040. Windows color (decimal): -13552213 or 11220273. OLE color: 11220273.

HSL color Cylindrical-coordinate representation of color #3135AB: hue angle of 238.03º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3135AB is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4953171-
CMYK0.710.6900.33
HSL238.03º55.45%43.14%-
HSV(B)238.03º71.35%67.06%-
XYZ9.896.1439.19-
YUV65.26187.67116.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 53 (21.09% from 255) = 19.41%
BLUE value IS 171 (67.19% from 255) = 62.64%
R=17.95%
G=19.41%
B=62.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49531710.710.6900.33238.0355.4543.14
Hex3135AB4745021ee372b
Octal61652531071050413566753
Binary1100011101011010101110001111000101010000111101110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3135AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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