#2046BF

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

Shades of Persian Blue #2046BF

Tints of Persian Blue #2046BF

Color information

#2046BF (or 0x2046BF) is unknown color: approx Persian Blue. HEX triplet: 20, 46 and BF. RGB value is (32,70,191). Sum of RGB (Red+Green+Blue) = 32+70+191=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #2046BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2046BF is #DFB940. Grayscale: #474747. Windows color (decimal): -14661953 or 12535328. OLE color: 12535328.

HSL color Cylindrical-coordinate representation of color #2046BF: hue angle of 225.66º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2046BF is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3270191-
CMYK0.830.6300.25
HSL225.66º71.3%43.73%-
HSV(B)225.66º83.25%74.9%-
XYZ12.198.4550.28-
YUV72.43194.9199.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.92%
GREEN value IS 70 (27.73% from 255) = 23.89%
BLUE value IS 191 (75% from 255) = 65.19%
R=10.92%
G=23.89%
B=65.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal32701910.830.6300.25225.6671.343.73
Hex2046BF533F019e2472c
Octal401062771237703134210754
Binary1000001000110101111111010011111111011001111000101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2046BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,70,191); }

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

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

 a { background-color: rgb(32,70,191); }

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

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

 span { border-color: rgb(32,70,191); }

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