#3239A3

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

Shades of Persian Blue #3239A3

Tints of Persian Blue #3239A3

Color information

#3239A3 (or 0x3239A3) is unknown color: approx Persian Blue. HEX triplet: 32, 39 and A3. RGB value is (50,57,163). Sum of RGB (Red+Green+Blue) = 50+57+163=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 163 (64.06% from 255 or 60.37% from 270); Max value from RGB is 163 - color contains mainly: blue. Hex color #3239A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3239A3 is #CDC65C. Grayscale: #424242. Windows color (decimal): -13485661 or 10697010. OLE color: 10697010.

HSL color Cylindrical-coordinate representation of color #3239A3: hue angle of 236.28º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3239A3 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5057163-
CMYK0.690.6500.36
HSL236.28º53.05%41.76%-
HSV(B)236.28º69.33%63.92%-
XYZ9.396.2535.36-
YUV66.99182.18115.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.52%
GREEN value IS 57 (22.66% from 255) = 21.11%
BLUE value IS 163 (64.06% from 255) = 60.37%
R=18.52%
G=21.11%
B=60.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal50571630.690.6500.36236.2853.0541.76
Hex3239A34541024ec352a
Octal62712431051010443546552
Binary1100101110011010001110001011000001010010011101100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3239A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3239A3; }

 p { color: rgb(50,57,163); }

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

<style>
 a { background-color: #3239A3; }

 a { background-color: rgb(50,57,163); }

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

<style>
 span { border-color: #3239A3; }

 span { border-color: rgb(50,57,163); }

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