Html Css Color HEX #352BDB Persian Blue

📋 copy color: '#352BDB'

red 53 ◦ green 43 ◦ blue 219

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

Shades of Persian Blue #352BDB

Tints of Persian Blue #352BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.65%

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

R = 16.83%
G = 13.65%
B = 69.52%

CMYK

 C value IS 0.76

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#352BDB (or 0x352BDB) is known color: Persian Blue. HEX triplet: 35, 2B and DB. RGB value is (53,43,219). Sum of RGB (Red+Green+Blue) = 53+43+219=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #352BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352BDB is #CAD424. Grayscale: #414141. Windows color (decimal): -13292581 or 14363445. OLE color: 14363445.

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

Color convert

RGB 53 43 219 -
CMYK 0.76 0.80 0 0.14
HSL 243.41º 0.71% 0.51% -
HSV(B) 243.41º 0.8% 0.86% -
XYZ 15.12 7.6 67.69 -
YUV 66.05 214.31 118.69 -
System Red Green Blue C M Y K H S L
Decimal 53 43 219 0.76 0.80 0 0.14 243.41 0.71 0.51
Hex 35 2B DB 4C 50 0 E F3 47 33
Octal 65 53 333 114 120 0 16 363 107 63
Binary 110101 101011 11011011 1001100 1010000 0 1110 11110011 1000111 110011

Color Harmonies of #352BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352BDB

Black with #352BDB

Text Example


Text Example

White with #352BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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