Html Css Color HEX #3532DD Persian Blue

📋 copy color: '#3532DD'

red 53 ◦ green 50 ◦ blue 221

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

Shades of Persian Blue #3532DD

Tints of Persian Blue #3532DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 68.21%

R = 16.36%
G = 15.43%
B = 68.21%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3532DD (or 0x3532DD) is known color: Persian Blue. HEX triplet: 35, 32 and DD. RGB value is (53,50,221). Sum of RGB (Red+Green+Blue) = 53+50+221=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #3532DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3532DD is #CACD22. Grayscale: #454545. Windows color (decimal): -13290787 or 14496309. OLE color: 14496309.

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

Color convert

RGB 53 50 221 -
CMYK 0.76 0.77 0 0.13
HSL 241.05º 0.72% 0.53% -
HSV(B) 241.05º 0.77% 0.87% -
XYZ 15.66 8.26 69.18 -
YUV 70.39 212.99 115.6 -
System Red Green Blue C M Y K H S L
Decimal 53 50 221 0.76 0.77 0 0.13 241.05 0.72 0.53
Hex 35 32 DD 4C 4D 0 D F1 48 35
Octal 65 62 335 114 115 0 15 361 110 65
Binary 110101 110010 11011101 1001100 1001101 0 1101 11110001 1001000 110101

Color Harmonies of #3532DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3532DD

Black with #3532DD

Text Example


Text Example

White with #3532DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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