#3324B9

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

Shades of Persian Blue #3324B9

Tints of Persian Blue #3324B9

Color information

#3324B9 (or 0x3324B9) is unknown color: approx Persian Blue. HEX triplet: 33, 24 and B9. RGB value is (51,36,185). Sum of RGB (Red+Green+Blue) = 51+36+185=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 185 (72.66% from 255 or 68.01% from 272); Max value from RGB is 185 - color contains mainly: blue. Hex color #3324B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3324B9 is #CCDB46. Grayscale: #383838. Windows color (decimal): -13425479 or 12133427. OLE color: 12133427.

HSL color Cylindrical-coordinate representation of color #3324B9: hue angle of 246.04º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3324B9 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5136185-
CMYK0.720.8100.27
HSL246.04º67.42%43.33%-
HSV(B)246.04º80.54%72.55%-
XYZ10.755.4746.39-
YUV57.47199.97123.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.75%
GREEN value IS 36 (14.45% from 255) = 13.24%
BLUE value IS 185 (72.66% from 255) = 68.01%
R=18.75%
G=13.24%
B=68.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51361850.720.8100.27246.0467.4243.33
Hex3324B9485101Bf6432b
Octal634427111012103336610353
Binary1100111001001011100110010001010001011011111101101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3324B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3324B9; }

 p { color: rgb(51,36,185); }

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

<style>
 a { background-color: #3324B9; }

 a { background-color: rgb(51,36,185); }

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

<style>
 span { border-color: #3324B9; }

 span { border-color: rgb(51,36,185); }

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