#3534BE

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

Shades of Persian Blue #3534BE

Tints of Persian Blue #3534BE

Color information

#3534BE (or 0x3534BE) is unknown color: approx Persian Blue. HEX triplet: 35, 34 and BE. RGB value is (53,52,190). Sum of RGB (Red+Green+Blue) = 53+52+190=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #3534BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3534BE is #CACB41. Grayscale: #434343. Windows color (decimal): -13290306 or 12465205. OLE color: 12465205.

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

Color convert

RGB5352190-
CMYK0.720.7300.25
HSL240.43º57.02%47.45%-
HSV(B)240.43º72.63%74.51%-
XYZ11.996.9349.42-
YUV68.03196.83117.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 52 (20.70% from 255) = 17.63%
BLUE value IS 190 (74.61% from 255) = 64.41%
R=17.97%
G=17.63%
B=64.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53521900.720.7300.25240.4357.0247.45
Hex3534BE4849019f0392f
Octal65642761101110313607157
Binary110101110100101111101001000100100101100111110000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3534BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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