#3315BF

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

Shades of Persian Blue #3315BF

Tints of Persian Blue #3315BF

Color information

#3315BF (or 0x3315BF) is unknown color: approx Persian Blue. HEX triplet: 33, 15 and BF. RGB value is (51,21,191). Sum of RGB (Red+Green+Blue) = 51+21+191=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 191 (75% from 255 or 72.62% from 263); Max value from RGB is 191 - color contains mainly: blue. Hex color #3315BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3315BF is #CCEA40. Grayscale: #303030. Windows color (decimal): -13429313 or 12522803. OLE color: 12522803.

HSL color Cylindrical-coordinate representation of color #3315BF: hue angle of 250.59º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3315BF is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5121191-
CMYK0.730.8900.25
HSL250.59º80.19%41.57%-
HSV(B)250.59º89.01%74.9%-
XYZ11.04549.67-
YUV49.35207.94129.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.39%
GREEN value IS 21 (8.59% from 255) = 7.98%
BLUE value IS 191 (75% from 255) = 72.62%
R=19.39%
G=7.98%
B=72.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51211910.730.8900.25250.5980.1941.57
Hex3315BF4959019fb502a
Octal632527711113103137312052
Binary110011101011011111110010011011001011001111110111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3315BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3315BF; }

 p { color: rgb(51,21,191); }

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

<style>
 a { background-color: #3315BF; }

 a { background-color: rgb(51,21,191); }

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

<style>
 span { border-color: #3315BF; }

 span { border-color: rgb(51,21,191); }

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