#3538AB

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

Shades of Persian Blue #3538AB

Tints of Persian Blue #3538AB

Color information

#3538AB (or 0x3538AB) is unknown color: approx Persian Blue. HEX triplet: 35, 38 and AB. RGB value is (53,56,171). Sum of RGB (Red+Green+Blue) = 53+56+171=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #3538AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3538AB is #CAC754. Grayscale: #434343. Windows color (decimal): -13289301 or 11221045. OLE color: 11221045.

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

Color convert

RGB5356171-
CMYK0.690.6700.33
HSL238.47º52.68%43.92%-
HSV(B)238.47º69.01%67.06%-
XYZ10.236.5339.25-
YUV68.21186.01117.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.93%
GREEN value IS 56 (22.27% from 255) = 20%
BLUE value IS 171 (67.19% from 255) = 61.07%
R=18.93%
G=20%
B=61.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53561710.690.6700.33238.4752.6843.92
Hex3538AB4543021ee352c
Octal65702531051030413566554
Binary1101011110001010101110001011000011010000111101110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3538AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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