Html Css Color HEX #3532DB Persian Blue

📋 copy color: '#3532DB'

red 53 ◦ green 50 ◦ blue 219

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

Shades of Persian Blue #3532DB

Tints of Persian Blue #3532DB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.53%

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

R = 16.46%
G = 15.53%
B = 68.01%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3532DB (or 0x3532DB) is known color: Persian Blue. HEX triplet: 35, 32 and DB. RGB value is (53,50,219). Sum of RGB (Red+Green+Blue) = 53+50+219=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #3532DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3532DB is #CACD24. Grayscale: #454545. Windows color (decimal): -13290789 or 14365237. OLE color: 14365237.

HSL color Cylindrical-coordinate representation of color #3532DB: hue angle of 241.07º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3532DB is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 50 219 -
CMYK 0.76 0.77 0 0.14
HSL 241.07º 0.7% 0.53% -
HSV(B) 241.07º 0.77% 0.86% -
XYZ 15.39 8.15 67.78 -
YUV 70.16 211.99 115.76 -
System Red Green Blue C M Y K H S L
Decimal 53 50 219 0.76 0.77 0 0.14 241.07 0.7 0.53
Hex 35 32 DB 4C 4D 0 E F1 46 35
Octal 65 62 333 114 115 0 16 361 106 65
Binary 110101 110010 11011011 1001100 1001101 0 1110 11110001 1000110 110101

Color Harmonies of #3532DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3532DB

Black with #3532DB

Text Example


Text Example

White with #3532DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3532DB; }

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

 H1.HeaderClassName
 {
   color: #3532DB;
 }
 .AnyTagClassName
 {
   color: #3532DB;
 }
</style>

background-color css

<style>
 a { background-color: #3532DB; }

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

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

border-color css

<style>
 span { border-color: #3532DB; }

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

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