#3326cf

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

Shades of Persian Blue #3326CF

Tints of Persian Blue #3326CF

Color information

#3326CF (or 0x3326CF) is unknown color: approx Persian Blue. HEX triplet: 33, 26 and CF. RGB value is (51,38,207). Sum of RGB (Red+Green+Blue) = 51+38+207=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 207 (81.25% from 255 or 69.93% from 296); Max value from RGB is 207 - color contains mainly: blue. Hex color #3326CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3326CF is #CCD930. Grayscale: #3C3C3C. Windows color (decimal): -13424945 or 13575731. OLE color: 13575731.

HSL color Cylindrical-coordinate representation of color #3326CF: hue angle of 244.62º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3326CF is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5138207-
CMYK0.750.8200.19
HSL244.62º68.98%48.04%-
HSV(B)244.62º81.64%81.18%-
XYZ13.326.659.6-
YUV61.15210.31120.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.23%
GREEN value IS 38 (15.23% from 255) = 12.84%
BLUE value IS 207 (81.25% from 255) = 69.93%
R=17.23%
G=12.84%
B=69.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal51382070.750.8200.19244.6268.9848.04
Hex3326CF4B52013f54530
Octal634631711312202336510560
Binary1100111001101100111110010111010010010011111101011000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3326cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3326cf; }

 p { color: rgb(51,38,207); }

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

<style>
 a { background-color: #3326cf; }

 a { background-color: rgb(51,38,207); }

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

<style>
 span { border-color: #3326cf; }

 span { border-color: rgb(51,38,207); }

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