#3312BE

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

Shades of Persian Blue #3312BE

Tints of Persian Blue #3312BE

Color information

#3312BE (or 0x3312BE) is unknown color: approx Persian Blue. HEX triplet: 33, 12 and BE. RGB value is (51,18,190). Sum of RGB (Red+Green+Blue) = 51+18+190=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 190 (74.61% from 255 or 73.36% from 259); Max value from RGB is 190 - color contains mainly: blue. Hex color #3312BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3312BE is #CCED41. Grayscale: #2E2E2E. Windows color (decimal): -13430082 or 12456499. OLE color: 12456499.

HSL color Cylindrical-coordinate representation of color #3312BE: hue angle of 251.51º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3312BE is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5118190-
CMYK0.730.9100.25
HSL251.51º82.69%40.78%-
HSV(B)251.51º90.53%74.51%-
XYZ10.884.8549.08-
YUV47.47208.43130.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.69%
GREEN value IS 18 (7.42% from 255) = 6.95%
BLUE value IS 190 (74.61% from 255) = 73.36%
R=19.69%
G=6.95%
B=73.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51181900.730.9100.25251.5182.6940.78
Hex3312BE495B019fc5329
Octal632227611113303137412351
Binary110011100101011111010010011011011011001111111001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3312BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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