#352EDC

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

Shades of Persian Blue #352EDC

Tints of Persian Blue #352EDC

Color information

#352EDC (or 0x352EDC) is unknown color: approx Persian Blue. HEX triplet: 35, 2E and DC. RGB value is (53,46,220). Sum of RGB (Red+Green+Blue) = 53+46+220=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #352EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352EDC is #CAD123. Grayscale: #434343. Windows color (decimal): -13291812 or 14429749. OLE color: 14429749.

HSL color Cylindrical-coordinate representation of color #352EDC: hue angle of 242.41º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #352EDC is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5346220-
CMYK0.760.7900.14
HSL242.41º71.31%52.16%-
HSV(B)242.41º79.09%86.27%-
XYZ15.367.8868.42-
YUV67.93213.82117.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 46 (18.36% from 255) = 14.42%
BLUE value IS 220 (86.33% from 255) = 68.97%
R=16.61%
G=14.42%
B=68.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal53462200.760.7900.14242.4171.3152.16
Hex352EDC4C4F0Ef24734
Octal655633411411701636210764
Binary110101101110110111001001100100111101110111100101000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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