Html Css Color HEX #352DD9 Persian Blue

📋 copy color: '#352DD9'

red 53 ◦ green 45 ◦ blue 217

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

Shades of Persian Blue #352DD9

Tints of Persian Blue #352DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 68.89%

R = 16.83%
G = 14.29%
B = 68.89%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#352DD9 (or 0x352DD9) is known color: Persian Blue. HEX triplet: 35, 2D and D9. RGB value is (53,45,217). Sum of RGB (Red+Green+Blue) = 53+45+217=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 217 (85.16% from 255 or 68.89% from 315); Max value from RGB is 217 - color contains mainly: blue. Hex color #352DD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352DD9 is #CAD226. Grayscale: #424242. Windows color (decimal): -13292071 or 14232885. OLE color: 14232885.

HSL color Cylindrical-coordinate representation of color #352DD9: hue angle of 242.79º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #352DD9 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 45 217 -
CMYK 0.76 0.79 0 0.15
HSL 242.79º 0.69% 0.51% -
HSV(B) 242.79º 0.79% 0.85% -
XYZ 14.93 7.64 66.33 -
YUV 67 212.65 118.01 -
System Red Green Blue C M Y K H S L
Decimal 53 45 217 0.76 0.79 0 0.15 242.79 0.69 0.51
Hex 35 2D D9 4C 4F 0 F F3 45 33
Octal 65 55 331 114 117 0 17 363 105 63
Binary 110101 101101 11011001 1001100 1001111 0 1111 11110011 1000101 110011

Color Harmonies of #352DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352DD9

Black with #352DD9

Text Example


Text Example

White with #352DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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