Html Css Color HEX #3531DD Persian Blue

📋 copy color: '#3531DD'

red 53 ◦ green 49 ◦ blue 221

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

Shades of Persian Blue #3531DD

Tints of Persian Blue #3531DD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.17%

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

R = 16.41%
G = 15.17%
B = 68.42%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3531DD (or 0x3531DD) is known color: Persian Blue. HEX triplet: 35, 31 and DD. RGB value is (53,49,221). Sum of RGB (Red+Green+Blue) = 53+49+221=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #3531DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3531DD is #CACE22. Grayscale: #454545. Windows color (decimal): -13291043 or 14496053. OLE color: 14496053.

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

Color convert

RGB 53 49 221 -
CMYK 0.76 0.78 0 0.13
HSL 241.4º 0.72% 0.53% -
HSV(B) 241.4º 0.78% 0.87% -
XYZ 15.62 8.17 69.16 -
YUV 69.8 213.33 116.01 -
System Red Green Blue C M Y K H S L
Decimal 53 49 221 0.76 0.78 0 0.13 241.4 0.72 0.53
Hex 35 31 DD 4C 4E 0 D F1 48 35
Octal 65 61 335 114 116 0 15 361 110 65
Binary 110101 110001 11011101 1001100 1001110 0 1101 11110001 1001000 110101

Color Harmonies of #3531DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3531DD

Black with #3531DD

Text Example


Text Example

White with #3531DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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