#3323BF

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

Shades of Persian Blue #3323BF

Tints of Persian Blue #3323BF

Color information

#3323BF (or 0x3323BF) is unknown color: approx Persian Blue. HEX triplet: 33, 23 and BF. RGB value is (51,35,191). Sum of RGB (Red+Green+Blue) = 51+35+191=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 191 (75% from 255 or 68.95% from 277); Max value from RGB is 191 - color contains mainly: blue. Hex color #3323BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3323BF is #CCDC40. Grayscale: #383838. Windows color (decimal): -13425729 or 12526387. OLE color: 12526387.

HSL color Cylindrical-coordinate representation of color #3323BF: hue angle of 246.15º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3323BF is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5135191-
CMYK0.730.8200.25
HSL246.15º69.03%44.31%-
HSV(B)246.15º81.68%74.9%-
XYZ11.375.6749.78-
YUV57.57203.3123.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.41%
GREEN value IS 35 (14.06% from 255) = 12.64%
BLUE value IS 191 (75% from 255) = 68.95%
R=18.41%
G=12.64%
B=68.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51351910.730.8200.25246.1569.0344.31
Hex3323BF4952019f6452c
Octal634327711112203136610554
Binary1100111000111011111110010011010010011001111101101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3323BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3323BF; }

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

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

<style>
 a { background-color: #3323BF; }

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

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

<style>
 span { border-color: #3323BF; }

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

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