#3322CC

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

Shades of Persian Blue #3322CC

Tints of Persian Blue #3322CC

Color information

#3322CC (or 0x3322CC) is unknown color: approx Persian Blue. HEX triplet: 33, 22 and CC. RGB value is (51,34,204). Sum of RGB (Red+Green+Blue) = 51+34+204=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #3322CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3322CC is #CCDD33. Grayscale: #393939. Windows color (decimal): -13425972 or 13378099. OLE color: 13378099.

HSL color Cylindrical-coordinate representation of color #3322CC: hue angle of 246º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3322CC is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5134204-
CMYK0.750.8300.2
HSL246º71.43%46.67%-
HSV(B)246º83.33%80%-
XYZ12.846.2157.65-
YUV58.46210.13122.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.65%
GREEN value IS 34 (13.67% from 255) = 11.76%
BLUE value IS 204 (80.08% from 255) = 70.59%
R=17.65%
G=11.76%
B=70.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal51342040.750.8300.224671.4346.67
Hex3322CC4B53014f6472f
Octal634231411312302436610757
Binary1100111000101100110010010111010011010100111101101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3322CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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