#3238A4

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

Shades of Persian Blue #3238A4

Tints of Persian Blue #3238A4

Color information

#3238A4 (or 0x3238A4) is unknown color: approx Persian Blue. HEX triplet: 32, 38 and A4. RGB value is (50,56,164). Sum of RGB (Red+Green+Blue) = 50+56+164=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 164 (64.45% from 255 or 60.74% from 270); Max value from RGB is 164 - color contains mainly: blue. Hex color #3238A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3238A4 is #CDC75B. Grayscale: #424242. Windows color (decimal): -13485916 or 10762290. OLE color: 10762290.

HSL color Cylindrical-coordinate representation of color #3238A4: hue angle of 236.84º 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 #3238A4 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5056164-
CMYK0.700.6600.36
HSL236.84º53.27%41.96%-
HSV(B)236.84º69.51%64.31%-
XYZ9.436.1935.82-
YUV66.52183.01116.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.52%
GREEN value IS 56 (22.27% from 255) = 20.74%
BLUE value IS 164 (64.45% from 255) = 60.74%
R=18.52%
G=20.74%
B=60.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal50561640.700.6600.36236.8453.2741.96
Hex3238A44642024ed352a
Octal62702441061020443556552
Binary1100101110001010010010001101000010010010011101101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3238A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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