#3524BB

Color #3524BB Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3524BB

Tints of Persian Blue #3524BB

Color information

#3524BB (or 0x3524BB) is unknown color: approx 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

RGB5336187-
CMYK0.720.8100.27
HSL246.75º67.71%43.73%-
HSV(B)246.75º80.75%73.33%-
XYZ11.075.6147.51-
YUV58.3200.63124.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 36 (14.45% from 255) = 13.04%
BLUE value IS 187 (73.44% from 255) = 67.75%
R=19.20%
G=13.04%
B=67.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53361870.720.8100.27246.7567.7143.73
Hex3524BB485101Bf7442c
Octal654427311012103336710454
Binary1101011001001011101110010001010001011011111101111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3524BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>