#352ED4

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

Shades of Persian Blue #352ED4

Tints of Persian Blue #352ED4

Color information

#352ED4 (or 0x352ED4) is unknown color: approx Persian Blue. HEX triplet: 35, 2E and D4. RGB value is (53,46,212). Sum of RGB (Red+Green+Blue) = 53+46+212=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 46 (18.36% from 255 or 14.79% from 311); Blue value is 212 (83.20% from 255 or 68.17% from 311); Max value from RGB is 212 - color contains mainly: blue. Hex color #352ED4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352ED4 is #CAD12B. Grayscale: #424242. Windows color (decimal): -13291820 or 13905461. OLE color: 13905461.

HSL color Cylindrical-coordinate representation of color #352ED4: hue angle of 242.53º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #352ED4 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5346212-
CMYK0.750.7800.17
HSL242.53º65.87%50.59%-
HSV(B)242.53º78.3%83.14%-
XYZ14.337.4662.97-
YUV67.02209.82118-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 46 (18.36% from 255) = 14.79%
BLUE value IS 212 (83.20% from 255) = 68.17%
R=17.04%
G=14.79%
B=68.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal53462120.750.7800.17242.5365.8750.59
Hex352ED44B4E011f34233
Octal655632411311602136310263
Binary1101011011101101010010010111001110010001111100111000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352ED4; }

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

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

<style>
 a { background-color: #352ED4; }

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

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

<style>
 span { border-color: #352ED4; }

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

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