#3534BB

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

Shades of Persian Blue #3534BB

Tints of Persian Blue #3534BB

Color information

#3534BB (or 0x3534BB) is unknown color: approx Persian Blue. HEX triplet: 35, 34 and BB. RGB value is (53,52,187). Sum of RGB (Red+Green+Blue) = 53+52+187=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #3534BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3534BB is #CACB44. Grayscale: #434343. Windows color (decimal): -13290309 or 12268597. OLE color: 12268597.

HSL color Cylindrical-coordinate representation of color #3534BB: hue angle of 240.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3534BB is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5352187-
CMYK0.720.7200.27
HSL240.44º56.49%46.86%-
HSV(B)240.44º72.19%73.33%-
XYZ11.676.847.71-
YUV67.69195.33117.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.15%
GREEN value IS 52 (20.70% from 255) = 17.81%
BLUE value IS 187 (73.44% from 255) = 64.04%
R=18.15%
G=17.81%
B=64.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53521870.720.7200.27240.4456.4946.86
Hex3534BB484801Bf0382f
Octal65642731101100333607057
Binary110101110100101110111001000100100001101111110000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3534BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3534BB; }

 p { color: rgb(53,52,187); }

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

<style>
 a { background-color: #3534BB; }

 a { background-color: rgb(53,52,187); }

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

<style>
 span { border-color: #3534BB; }

 span { border-color: rgb(53,52,187); }

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