Html Css Color HEX #352ADB Persian Blue

📋 copy color: '#352ADB'

red 53 ◦ green 42 ◦ blue 219

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

Shades of Persian Blue #352ADB

Tints of Persian Blue #352ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.38%

 BLUE value IS 219 (85.94% from 255) = 69.75%

R = 16.88%
G = 13.38%
B = 69.75%

CMYK

 C value IS 0.76

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#352ADB (or 0x352ADB) is known color: Persian Blue. HEX triplet: 35, 2A and DB. RGB value is (53,42,219). Sum of RGB (Red+Green+Blue) = 53+42+219=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #352ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352ADB is #CAD524. Grayscale: #404040. Windows color (decimal): -13292837 or 14363189. OLE color: 14363189.

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

Color convert

RGB 53 42 219 -
CMYK 0.76 0.81 0 0.14
HSL 243.73º 0.71% 0.51% -
HSV(B) 243.73º 0.81% 0.86% -
XYZ 15.08 7.53 67.68 -
YUV 65.47 214.64 119.11 -
System Red Green Blue C M Y K H S L
Decimal 53 42 219 0.76 0.81 0 0.14 243.73 0.71 0.51
Hex 35 2A DB 4C 51 0 E F4 47 33
Octal 65 52 333 114 121 0 16 364 107 63
Binary 110101 101010 11011011 1001100 1010001 0 1110 11110100 1000111 110011

Color Harmonies of #352ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352ADB

Black with #352ADB

Text Example


Text Example

White with #352ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,42,219); }

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

background-color css

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

 a { background-color: rgb(53,42,219); }

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

border-color css

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

 span { border-color: rgb(53,42,219); }

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