#332CBF

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

Shades of Persian Blue #332CBF

Tints of Persian Blue #332CBF

Color information

#332CBF (or 0x332CBF) is unknown color: approx Persian Blue. HEX triplet: 33, 2C and BF. RGB value is (51,44,191). Sum of RGB (Red+Green+Blue) = 51+44+191=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #332CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332CBF is #CCD340. Grayscale: #3E3E3E. Windows color (decimal): -13423425 or 12528691. OLE color: 12528691.

HSL color Cylindrical-coordinate representation of color #332CBF: hue angle of 242.86º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #332CBF is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5144191-
CMYK0.730.7700.25
HSL242.86º62.55%46.08%-
HSV(B)242.86º76.96%74.9%-
XYZ11.676.2749.88-
YUV62.85200.32119.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.83%
GREEN value IS 44 (17.58% from 255) = 15.38%
BLUE value IS 191 (75% from 255) = 66.78%
R=17.83%
G=15.38%
B=66.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51441910.730.7700.25242.8662.5546.08
Hex332CBF494D019f33f2e
Octal63542771111150313637756
Binary110011101100101111111001001100110101100111110011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332CBF; }

 p { color: rgb(51,44,191); }

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

<style>
 a { background-color: #332CBF; }

 a { background-color: rgb(51,44,191); }

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

<style>
 span { border-color: #332CBF; }

 span { border-color: rgb(51,44,191); }

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