Html Css Color HEX #3527BC Persian Blue

📋 copy color: '#3527BC'

red 53 ◦ green 39 ◦ blue 188

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

Shades of Persian Blue #3527BC

Tints of Persian Blue #3527BC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.93%

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

R = 18.93%
G = 13.93%
B = 67.14%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3527BC (or 0x3527BC) is known color: Persian Blue. HEX triplet: 35, 27 and BC. RGB value is (53,39,188). Sum of RGB (Red+Green+Blue) = 53+39+188=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #3527BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3527BC is #CAD843. Grayscale: #3B3B3B. Windows color (decimal): -13293636 or 12330805. OLE color: 12330805.

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

Color convert

RGB 53 39 188 -
CMYK 0.72 0.79 0 0.26
HSL 245.64º 0.66% 0.45% -
HSV(B) 245.64º 0.79% 0.74% -
XYZ 11.27 5.84 48.11 -
YUV 60.17 200.14 122.88 -
System Red Green Blue C M Y K H S L
Decimal 53 39 188 0.72 0.79 0 0.26 245.64 0.66 0.45
Hex 35 27 BC 48 4F 0 1A F6 42 2D
Octal 65 47 274 110 117 0 32 366 102 55
Binary 110101 100111 10111100 1001000 1001111 0 11010 11110110 1000010 101101

Color Harmonies of #3527BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3527BC

Black with #3527BC

Text Example


Text Example

White with #3527BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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