Html Css Color HEX #3529BC Persian Blue

📋 copy color: '#3529BC'

red 53 ◦ green 41 ◦ blue 188

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

Shades of Persian Blue #3529BC

Tints of Persian Blue #3529BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.67%

R = 18.79%
G = 14.54%
B = 66.67%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3529BC (or 0x3529BC) is known color: Persian Blue. HEX triplet: 35, 29 and BC. RGB value is (53,41,188). Sum of RGB (Red+Green+Blue) = 53+41+188=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #3529BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3529BC is #CAD643. Grayscale: #3C3C3C. Windows color (decimal): -13293124 or 12331317. OLE color: 12331317.

HSL color Cylindrical-coordinate representation of color #3529BC: hue angle of 244.9º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3529BC is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 41 188 -
CMYK 0.72 0.78 0 0.26
HSL 244.9º 0.64% 0.45% -
HSV(B) 244.9º 0.78% 0.74% -
XYZ 11.34 5.97 48.13 -
YUV 61.35 199.48 122.05 -
System Red Green Blue C M Y K H S L
Decimal 53 41 188 0.72 0.78 0 0.26 244.9 0.64 0.45
Hex 35 29 BC 48 4E 0 1A F5 40 2D
Octal 65 51 274 110 116 0 32 365 100 55
Binary 110101 101001 10111100 1001000 1001110 0 11010 11110101 1000000 101101

Color Harmonies of #3529BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3529BC

Black with #3529BC

Text Example


Text Example

White with #3529BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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