Html Css Color HEX #3529DA Persian Blue

📋 copy color: '#3529DA'

red 53 ◦ green 41 ◦ blue 218

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

Shades of Persian Blue #3529DA

Tints of Persian Blue #3529DA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.14%

 BLUE value IS 218 (85.55% from 255) = 69.87%

R = 16.99%
G = 13.14%
B = 69.87%

CMYK

 C value IS 0.76

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3529DA (or 0x3529DA) is known color: Persian Blue. HEX triplet: 35, 29 and DA. RGB value is (53,41,218). Sum of RGB (Red+Green+Blue) = 53+41+218=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #3529DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3529DA is #CAD625. Grayscale: #404040. Windows color (decimal): -13293094 or 14297397. OLE color: 14297397.

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

Color convert

RGB 53 41 218 -
CMYK 0.76 0.81 0 0.15
HSL 244.07º 0.71% 0.51% -
HSV(B) 244.07º 0.81% 0.85% -
XYZ 14.92 7.4 66.97 -
YUV 64.77 214.48 119.61 -
System Red Green Blue C M Y K H S L
Decimal 53 41 218 0.76 0.81 0 0.15 244.07 0.71 0.51
Hex 35 29 DA 4C 51 0 F F4 47 33
Octal 65 51 332 114 121 0 17 364 107 63
Binary 110101 101001 11011010 1001100 1010001 0 1111 11110100 1000111 110011

Color Harmonies of #3529DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3529DA

Black with #3529DA

Text Example


Text Example

White with #3529DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3529DA; }

 p { color: rgb(53,41,218); }

 H1.HeaderClassName
 {
   color: #3529DA;
 }
 .AnyTagClassName
 {
   color: #3529DA;
 }
</style>

background-color css

<style>
 a { background-color: #3529DA; }

 a { background-color: rgb(53,41,218); }

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

border-color css

<style>
 span { border-color: #3529DA; }

 span { border-color: rgb(53,41,218); }

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