Html Css Color HEX #3524BB Persian Blue

📋 copy color: '#3524BB'

red 53 ◦ green 36 ◦ blue 187

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

Shades of Persian Blue #3524BB

Tints of Persian Blue #3524BB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.04%

 BLUE value IS 187 (73.44% from 255) = 67.75%

R = 19.2%
G = 13.04%
B = 67.75%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3524BB (or 0x3524BB) is known color: Persian Blue. HEX triplet: 35, 24 and BB. RGB value is (53,36,187). Sum of RGB (Red+Green+Blue) = 53+36+187=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #3524BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3524BB is #CADB44. Grayscale: #393939. Windows color (decimal): -13294405 or 12264501. OLE color: 12264501.

HSL color Cylindrical-coordinate representation of color #3524BB: hue angle of 246.75º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3524BB is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 36 187 -
CMYK 0.72 0.81 0 0.27
HSL 246.76º 0.68% 0.44% -
HSV(B) 246.76º 0.81% 0.73% -
XYZ 11.07 5.61 47.51 -
YUV 58.3 200.63 124.22 -
System Red Green Blue C M Y K H S L
Decimal 53 36 187 0.72 0.81 0 0.27 246.76 0.68 0.44
Hex 35 24 BB 48 51 0 1B F7 44 2C
Octal 65 44 273 110 121 0 33 367 104 54
Binary 110101 100100 10111011 1001000 1010001 0 11011 11110111 1000100 101100

Color Harmonies of #3524BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3524BB

Black with #3524BB

Text Example


Text Example

White with #3524BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3524BB; }

 p { color: rgb(53,36,187); }

 H1.HeaderClassName
 {
   color: #3524BB;
 }
 .AnyTagClassName
 {
   color: #3524BB;
 }
</style>

background-color css

<style>
 a { background-color: #3524BB; }

 a { background-color: rgb(53,36,187); }

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

border-color css

<style>
 span { border-color: #3524BB; }

 span { border-color: rgb(53,36,187); }

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