Html Css Color HEX #352ED2 Persian Blue

📋 copy color: '#352ED2'

red 53 ◦ green 46 ◦ blue 210

#352ED2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #352ED2

Tints of Persian Blue #352ED2

RGB

 RED value IS 53 (21.09% from 255) = 17.15%

 GREEN value IS 46 (18.36% from 255) = 14.89%

 BLUE value IS 210 (82.42% from 255) = 67.96%

R = 17.15%
G = 14.89%
B = 67.96%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#352ED2 (or 0x352ED2) is known color: Persian Blue. HEX triplet: 35, 2E and D2. RGB value is (53,46,210). Sum of RGB (Red+Green+Blue) = 53+46+210=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 210 (82.42% from 255 or 67.96% from 309); Max value from RGB is 210 - color contains mainly: blue. Hex color #352ED2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352ED2 is #CAD12D. Grayscale: #424242. Windows color (decimal): -13291822 or 13774389. OLE color: 13774389.

HSL color Cylindrical-coordinate representation of color #352ED2: hue angle of 242.56º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #352ED2 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 53 46 210 -
CMYK 0.75 0.78 0 0.18
HSL 242.56º 0.65% 0.5% -
HSV(B) 242.56º 0.78% 0.82% -
XYZ 14.08 7.36 61.65 -
YUV 66.79 208.82 118.16 -
System Red Green Blue C M Y K H S L
Decimal 53 46 210 0.75 0.78 0 0.18 242.56 0.65 0.5
Hex 35 2E D2 4B 4E 0 12 F3 41 32
Octal 65 56 322 113 116 0 22 363 101 62
Binary 110101 101110 11010010 1001011 1001110 0 10010 11110011 1000001 110010

Color Harmonies of #352ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352ED2

Black with #352ED2

Text Example


Text Example

White with #352ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #352ED2;
 }
 .AnyTagClassName
 {
   color: #352ED2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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