#3535BD

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

Shades of Persian Blue #3535BD

Tints of Persian Blue #3535BD

Color information

#3535BD (or 0x3535BD) is unknown color: approx Persian Blue. HEX triplet: 35, 35 and BD. RGB value is (53,53,189). Sum of RGB (Red+Green+Blue) = 53+53+189=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #3535BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3535BD is #CACA42. Grayscale: #434343. Windows color (decimal): -13290051 or 12399925. OLE color: 12399925.

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

Color convert

RGB5353189-
CMYK0.720.7200.26
HSL240º56.2%47.45%-
HSV(B)240º71.96%74.12%-
XYZ11.936.9848.86-
YUV68.5196116.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 53 (21.09% from 255) = 17.97%
BLUE value IS 189 (74.22% from 255) = 64.07%
R=17.97%
G=17.97%
B=64.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53531890.720.7200.2624056.247.45
Hex3535BD484801Af0382f
Octal65652751101100323607057
Binary110101110101101111011001000100100001101011110000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3535BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3535BD; }

 p { color: rgb(53,53,189); }

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

<style>
 a { background-color: #3535BD; }

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

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

<style>
 span { border-color: #3535BD; }

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

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