#3435DD

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

Shades of Persian Blue #3435DD

Tints of Persian Blue #3435DD

Color information

#3435DD (or 0x3435DD) is unknown color: approx Persian Blue. HEX triplet: 34, 35 and DD. RGB value is (52,53,221). Sum of RGB (Red+Green+Blue) = 52+53+221=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #3435DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3435DD is #CBCA22. Grayscale: #474747. Windows color (decimal): -13355555 or 14497076. OLE color: 14497076.

HSL color Cylindrical-coordinate representation of color #3435DD: hue angle of 239.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3435DD is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5253221-
CMYK0.760.7600.13
HSL239.64º71.31%53.53%-
HSV(B)239.64º76.47%86.67%-
XYZ15.748.569.22-
YUV71.85212.17113.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.95%
GREEN value IS 53 (21.09% from 255) = 16.26%
BLUE value IS 221 (86.72% from 255) = 67.79%
R=15.95%
G=16.26%
B=67.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52532210.760.7600.13239.6471.3153.53
Hex3435DD4C4C0Df04736
Octal646533511411401536010766
Binary110100110101110111011001100100110001101111100001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3435DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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