#3328B6

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

Shades of Persian Blue #3328B6

Tints of Persian Blue #3328B6

Color information

#3328B6 (or 0x3328B6) is unknown color: approx Persian Blue. HEX triplet: 33, 28 and B6. RGB value is (51,40,182). Sum of RGB (Red+Green+Blue) = 51+40+182=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 182 (71.48% from 255 or 66.67% from 273); Max value from RGB is 182 - color contains mainly: blue. Hex color #3328B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3328B6 is #CCD749. Grayscale: #3A3A3A. Windows color (decimal): -13424458 or 11937843. OLE color: 11937843.

HSL color Cylindrical-coordinate representation of color #3328B6: hue angle of 244.65º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3328B6 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5140182-
CMYK0.720.7800.29
HSL244.65º63.96%43.53%-
HSV(B)244.65º78.02%71.37%-
XYZ10.575.644.78-
YUV59.48197.14121.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.68%
GREEN value IS 40 (16.02% from 255) = 14.65%
BLUE value IS 182 (71.48% from 255) = 66.67%
R=18.68%
G=14.65%
B=66.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51401820.720.7800.29244.6563.9643.53
Hex3328B6484E01Df5402c
Octal635026611011603536510054
Binary1100111010001011011010010001001110011101111101011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3328B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3328B6; }

 p { color: rgb(51,40,182); }

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

<style>
 a { background-color: #3328B6; }

 a { background-color: rgb(51,40,182); }

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

<style>
 span { border-color: #3328B6; }

 span { border-color: rgb(51,40,182); }

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