Html Css Color HEX #352DD1 Persian Blue

📋 copy color: '#352DD1'

red 53 ◦ green 45 ◦ blue 209

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

Shades of Persian Blue #352DD1

Tints of Persian Blue #352DD1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.66%

 BLUE value IS 209 (82.03% from 255) = 68.08%

R = 17.26%
G = 14.66%
B = 68.08%

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

#352DD1 (or 0x352DD1) is known color: Persian Blue. HEX triplet: 35, 2D and D1. RGB value is (53,45,209). Sum of RGB (Red+Green+Blue) = 53+45+209=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 209 (82.03% from 255 or 68.08% from 307); Max value from RGB is 209 - color contains mainly: blue. Hex color #352DD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352DD1 is #CAD22E. Grayscale: #414141. Windows color (decimal): -13292079 or 13708597. OLE color: 13708597.

HSL color Cylindrical-coordinate representation of color #352DD1: hue angle of 242.93º 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 #352DD1 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 53 45 209 -
CMYK 0.75 0.78 0 0.18
HSL 242.93º 0.65% 0.5% -
HSV(B) 242.93º 0.78% 0.82% -
XYZ 13.92 7.24 60.99 -
YUV 66.09 208.65 118.66 -
System Red Green Blue C M Y K H S L
Decimal 53 45 209 0.75 0.78 0 0.18 242.93 0.65 0.5
Hex 35 2D D1 4B 4E 0 12 F3 41 32
Octal 65 55 321 113 116 0 22 363 101 62
Binary 110101 101101 11010001 1001011 1001110 0 10010 11110011 1000001 110010

Color Harmonies of #352DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352DD1

Black with #352DD1

Text Example


Text Example

White with #352DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,45,209); }

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

background-color css

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

 a { background-color: rgb(53,45,209); }

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

border-color css

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

 span { border-color: rgb(53,45,209); }

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