#2332BA

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

Shades of Persian Blue #2332BA

Tints of Persian Blue #2332BA

Color information

#2332BA (or 0x2332BA) is unknown color: approx Persian Blue. HEX triplet: 23, 32 and BA. RGB value is (35,50,186). Sum of RGB (Red+Green+Blue) = 35+50+186=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #2332BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2332BA is #DCCD45. Grayscale: #3C3C3C. Windows color (decimal): -14470470 or 12202531. OLE color: 12202531.

HSL color Cylindrical-coordinate representation of color #2332BA: hue angle of 234.04º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2332BA is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3550186-
CMYK0.810.7300.27
HSL234.04º68.33%43.33%-
HSV(B)234.04º81.18%72.94%-
XYZ10.76.1847.08-
YUV61.02198.53109.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.92%
GREEN value IS 50 (19.92% from 255) = 18.45%
BLUE value IS 186 (73.05% from 255) = 68.63%
R=12.92%
G=18.45%
B=68.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal35501860.810.7300.27234.0468.3343.33
Hex2332BA514901Bea442b
Octal436227212111103335210453
Binary1000111100101011101010100011001001011011111010101000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2332BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2332BA; }

 p { color: rgb(35,50,186); }

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

<style>
 a { background-color: #2332BA; }

 a { background-color: rgb(35,50,186); }

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

<style>
 span { border-color: #2332BA; }

 span { border-color: rgb(35,50,186); }

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