#3322BE

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

Shades of Persian Blue #3322BE

Tints of Persian Blue #3322BE

Color information

#3322BE (or 0x3322BE) is unknown color: approx Persian Blue. HEX triplet: 33, 22 and BE. RGB value is (51,34,190). Sum of RGB (Red+Green+Blue) = 51+34+190=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #3322BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3322BE is #CCDD41. Grayscale: #383838. Windows color (decimal): -13425986 or 12460595. OLE color: 12460595.

HSL color Cylindrical-coordinate representation of color #3322BE: hue angle of 246.54º degrees, saturation: 0.7, 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 #3322BE is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5134190-
CMYK0.730.8200.25
HSL246.54º69.64%43.92%-
HSV(B)246.54º82.11%74.51%-
XYZ11.235.5749.2-
YUV56.87203.13123.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 34 (13.67% from 255) = 12.36%
BLUE value IS 190 (74.61% from 255) = 69.09%
R=18.55%
G=12.36%
B=69.09%

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
Decimal51341900.730.8200.25246.5469.6443.92
Hex3322BE4952019f7462c
Octal634227611112203136710654
Binary1100111000101011111010010011010010011001111101111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3322BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3322BE; }

 p { color: rgb(51,34,190); }

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

<style>
 a { background-color: #3322BE; }

 a { background-color: rgb(51,34,190); }

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

<style>
 span { border-color: #3322BE; }

 span { border-color: rgb(51,34,190); }

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