#3322C7

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

Shades of Persian Blue #3322C7

Tints of Persian Blue #3322C7

Color information

#3322C7 (or 0x3322C7) is unknown color: approx Persian Blue. HEX triplet: 33, 22 and C7. RGB value is (51,34,199). Sum of RGB (Red+Green+Blue) = 51+34+199=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 199 (78.12% from 255 or 70.07% from 284); Max value from RGB is 199 - color contains mainly: blue. Hex color #3322C7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3322C7 is #CCDD38. Grayscale: #393939. Windows color (decimal): -13425977 or 13050419. OLE color: 13050419.

HSL color Cylindrical-coordinate representation of color #3322C7: hue angle of 246.18º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3322C7 is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5134199-
CMYK0.740.8300.22
HSL246.18º70.82%45.69%-
HSV(B)246.18º82.91%78.04%-
XYZ12.255.9754.54-
YUV57.89207.63123.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.96%
GREEN value IS 34 (13.67% from 255) = 11.97%
BLUE value IS 199 (78.12% from 255) = 70.07%
R=17.96%
G=11.97%
B=70.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal51341990.740.8300.22246.1870.8245.69
Hex3322C74A53016f6472e
Octal634230711212302636610756
Binary1100111000101100011110010101010011010110111101101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3322C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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