#3435D4

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

Shades of Persian Blue #3435D4

Tints of Persian Blue #3435D4

Color information

#3435D4 (or 0x3435D4) is unknown color: approx Persian Blue. HEX triplet: 34, 35 and D4. RGB value is (52,53,212). Sum of RGB (Red+Green+Blue) = 52+53+212=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 212 (83.20% from 255 or 66.88% from 317); Max value from RGB is 212 - color contains mainly: blue. Hex color #3435D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3435D4 is #CBCA2B. Grayscale: #464646. Windows color (decimal): -13355564 or 13907252. OLE color: 13907252.

HSL color Cylindrical-coordinate representation of color #3435D4: hue angle of 239.62º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3435D4 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5253212-
CMYK0.750.7500.17
HSL239.62º65.04%51.76%-
HSV(B)239.62º75.47%83.14%-
XYZ14.578.0363.07-
YUV70.83207.67114.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.40%
GREEN value IS 53 (21.09% from 255) = 16.72%
BLUE value IS 212 (83.20% from 255) = 66.88%
R=16.40%
G=16.72%
B=66.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal52532120.750.7500.17239.6265.0451.76
Hex3435D44B4B011f04134
Octal646532411311302136010164
Binary1101001101011101010010010111001011010001111100001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3435D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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