#3233AF

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

Shades of Persian Blue #3233AF

Tints of Persian Blue #3233AF

Color information

#3233AF (or 0x3233AF) is unknown color: approx Persian Blue. HEX triplet: 32, 33 and AF. RGB value is (50,51,175). Sum of RGB (Red+Green+Blue) = 50+51+175=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 175 (68.75% from 255 or 63.41% from 276); Max value from RGB is 175 - color contains mainly: blue. Hex color #3233AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3233AF is #CDCC50. Grayscale: #404040. Windows color (decimal): -13487185 or 11481906. OLE color: 11481906.

HSL color Cylindrical-coordinate representation of color #3233AF: hue angle of 239.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3233AF is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5051175-
CMYK0.710.7100.31
HSL239.52º55.56%44.12%-
HSV(B)239.52º71.43%68.63%-
XYZ10.246.1441.2-
YUV64.84190.17117.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.12%
GREEN value IS 51 (20.31% from 255) = 18.48%
BLUE value IS 175 (68.75% from 255) = 63.41%
R=18.12%
G=18.48%
B=63.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50511750.710.7100.31239.5255.5644.12
Hex3233AF474701Ff0382c
Octal62632571071070373607054
Binary110010110011101011111000111100011101111111110000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3233AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3233AF; }

 p { color: rgb(50,51,175); }

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

<style>
 a { background-color: #3233AF; }

 a { background-color: rgb(50,51,175); }

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

<style>
 span { border-color: #3233AF; }

 span { border-color: rgb(50,51,175); }

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