#3235B2

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

Shades of Persian Blue #3235B2

Tints of Persian Blue #3235B2

Color information

#3235B2 (or 0x3235B2) is unknown color: approx Persian Blue. HEX triplet: 32, 35 and B2. RGB value is (50,53,178). Sum of RGB (Red+Green+Blue) = 50+53+178=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 178 (69.92% from 255 or 63.35% from 281); Max value from RGB is 178 - color contains mainly: blue. Hex color #3235B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3235B2 is #CDCA4D. Grayscale: #414141. Windows color (decimal): -13486670 or 11679026. OLE color: 11679026.

HSL color Cylindrical-coordinate representation of color #3235B2: hue angle of 238.59º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3235B2 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5053178-
CMYK0.720.7000.30
HSL238.59º56.14%44.71%-
HSV(B)238.59º71.91%69.8%-
XYZ10.626.4442.8-
YUV66.35191.01116.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 53 (21.09% from 255) = 18.86%
BLUE value IS 178 (69.92% from 255) = 63.35%
R=17.79%
G=18.86%
B=63.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal50531780.720.7000.30238.5956.1444.71
Hex3235B2484601Eef382d
Octal62652621101060363577055
Binary110010110101101100101001000100011001111011101111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3235B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3235B2; }

 p { color: rgb(50,53,178); }

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

<style>
 a { background-color: #3235B2; }

 a { background-color: rgb(50,53,178); }

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

<style>
 span { border-color: #3235B2; }

 span { border-color: rgb(50,53,178); }

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