#3233B1

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

Shades of Persian Blue #3233B1

Tints of Persian Blue #3233B1

Color information

#3233B1 (or 0x3233B1) is unknown color: approx Persian Blue. HEX triplet: 32, 33 and B1. RGB value is (50,51,177). Sum of RGB (Red+Green+Blue) = 50+51+177=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 177 (69.53% from 255 or 63.67% from 278); Max value from RGB is 177 - color contains mainly: blue. Hex color #3233B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3233B1 is #CDCC4E. Grayscale: #404040. Windows color (decimal): -13487183 or 11612978. OLE color: 11612978.

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

Color convert

RGB5051177-
CMYK0.720.7100.31
HSL239.53º55.95%44.51%-
HSV(B)239.53º71.75%69.41%-
XYZ10.446.2242.25-
YUV65.06191.17117.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.99%
GREEN value IS 51 (20.31% from 255) = 18.35%
BLUE value IS 177 (69.53% from 255) = 63.67%
R=17.99%
G=18.35%
B=63.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50511770.720.7100.31239.5355.9544.51
Hex3233B1484701Ff0382d
Octal62632611101070373607055
Binary110010110011101100011001000100011101111111110000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3233B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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