#3435BD

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

Shades of Persian Blue #3435BD

Tints of Persian Blue #3435BD

Color information

#3435BD (or 0x3435BD) is unknown color: approx Persian Blue. HEX triplet: 34, 35 and BD. RGB value is (52,53,189). Sum of RGB (Red+Green+Blue) = 52+53+189=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #3435BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3435BD is #CBCA42. Grayscale: #434343. Windows color (decimal): -13355587 or 12399924. OLE color: 12399924.

HSL color Cylindrical-coordinate representation of color #3435BD: hue angle of 239.56º degrees, saturation: 0.57, 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 #3435BD is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5253189-
CMYK0.720.7200.26
HSL239.56º56.85%47.25%-
HSV(B)239.56º72.49%74.12%-
XYZ11.876.9548.86-
YUV68.2196.17116.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 53 (21.09% from 255) = 18.03%
BLUE value IS 189 (74.22% from 255) = 64.29%
R=17.69%
G=18.03%
B=64.29%

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
Decimal52531890.720.7200.26239.5656.8547.25
Hex3435BD484801Af0392f
Octal64652751101100323607157
Binary110100110101101111011001000100100001101011110000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3435BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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