#3534CE

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

Shades of Persian Blue #3534CE

Tints of Persian Blue #3534CE

Color information

#3534CE (or 0x3534CE) is unknown color: approx Persian Blue. HEX triplet: 35, 34 and CE. RGB value is (53,52,206). Sum of RGB (Red+Green+Blue) = 53+52+206=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #3534CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3534CE is #CACB31. Grayscale: #454545. Windows color (decimal): -13290290 or 13513781. OLE color: 13513781.

HSL color Cylindrical-coordinate representation of color #3534CE: hue angle of 240.39º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3534CE is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5352206-
CMYK0.740.7500.19
HSL240.39º61.11%50.59%-
HSV(B)240.39º74.76%80.78%-
XYZ13.847.6759.14-
YUV69.85204.83115.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 52 (20.70% from 255) = 16.72%
BLUE value IS 206 (80.86% from 255) = 66.24%
R=17.04%
G=16.72%
B=66.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal53522060.740.7500.19240.3961.1150.59
Hex3534CE4A4B013f03d33
Octal65643161121130233607563
Binary110101110100110011101001010100101101001111110000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3534CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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