#3236A4

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

Shades of Persian Blue #3236A4

Tints of Persian Blue #3236A4

Color information

#3236A4 (or 0x3236A4) is unknown color: approx Persian Blue. HEX triplet: 32, 36 and A4. RGB value is (50,54,164). Sum of RGB (Red+Green+Blue) = 50+54+164=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 164 (64.45% from 255 or 61.19% from 268); Max value from RGB is 164 - color contains mainly: blue. Hex color #3236A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3236A4 is #CDC95B. Grayscale: #404040. Windows color (decimal): -13486428 or 10761778. OLE color: 10761778.

HSL color Cylindrical-coordinate representation of color #3236A4: hue angle of 237.89º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3236A4 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5054164-
CMYK0.700.6700.36
HSL237.89º53.27%41.96%-
HSV(B)237.89º69.51%64.31%-
XYZ9.34635.79-
YUV65.34183.67117.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 54 (21.48% from 255) = 20.15%
BLUE value IS 164 (64.45% from 255) = 61.19%
R=18.66%
G=20.15%
B=61.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal50541640.700.6700.36237.8953.2741.96
Hex3236A44643024ee352a
Octal62662441061030443566552
Binary1100101101101010010010001101000011010010011101110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3236A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3236A4; }

 p { color: rgb(50,54,164); }

 H1.HeaderClassName
 {
   color: #3236A4;
 }
 .AnyTagClassName
 {
   color: #3236A4;
 }
</style>
background-color css

<style>
 a { background-color: #3236A4; }

 a { background-color: rgb(50,54,164); }

 div.DivClassName
 {
   background-color: #3236A4;
 }
 .BgClassName
 {
   background-color: #3236A4;
 }
</style>
border-color css

<style>
 span { border-color: #3236A4; }

 span { border-color: rgb(50,54,164); }

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