#3326BD

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

Shades of Persian Blue #3326BD

Tints of Persian Blue #3326BD

Color information

#3326BD (or 0x3326BD) is unknown color: approx Persian Blue. HEX triplet: 33, 26 and BD. RGB value is (51,38,189). Sum of RGB (Red+Green+Blue) = 51+38+189=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 189 (74.22% from 255 or 67.99% from 278); Max value from RGB is 189 - color contains mainly: blue. Hex color #3326BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3326BD is #CCD942. Grayscale: #3A3A3A. Windows color (decimal): -13424963 or 12396083. OLE color: 12396083.

HSL color Cylindrical-coordinate representation of color #3326BD: hue angle of 245.17º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3326BD is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5138189-
CMYK0.730.8000.26
HSL245.17º66.52%44.51%-
HSV(B)245.17º79.89%74.12%-
XYZ11.245.7648.66-
YUV59.1201.31122.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.35%
GREEN value IS 38 (15.23% from 255) = 13.67%
BLUE value IS 189 (74.22% from 255) = 67.99%
R=18.35%
G=13.67%
B=67.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51381890.730.8000.26245.1766.5244.51
Hex3326BD495001Af5432d
Octal634627511112003236510355
Binary1100111001101011110110010011010000011010111101011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3326BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3326BD; }

 p { color: rgb(51,38,189); }

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

<style>
 a { background-color: #3326BD; }

 a { background-color: rgb(51,38,189); }

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

<style>
 span { border-color: #3326BD; }

 span { border-color: rgb(51,38,189); }

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