#2146B6

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

Shades of Persian Blue #2146B6

Tints of Persian Blue #2146B6

Color information

#2146B6 (or 0x2146B6) is unknown color: approx Persian Blue. HEX triplet: 21, 46 and B6. RGB value is (33,70,182). Sum of RGB (Red+Green+Blue) = 33+70+182=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 182 (71.48% from 255 or 63.86% from 285); Max value from RGB is 182 - color contains mainly: blue. Hex color #2146B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2146B6 is #DEB949. Grayscale: #474747. Windows color (decimal): -14596426 or 11945505. OLE color: 11945505.

HSL color Cylindrical-coordinate representation of color #2146B6: hue angle of 225.1º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2146B6 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3370182-
CMYK0.820.6200.29
HSL225.1º69.3%42.16%-
HSV(B)225.1º81.87%71.37%-
XYZ11.268.0845.22-
YUV71.7190.24100.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.58%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 182 (71.48% from 255) = 63.86%
R=11.58%
G=24.56%
B=63.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal33701820.820.6200.29225.169.342.16
Hex2146B6523E01De1452a
Octal411062661227603534110552
Binary1000011000110101101101010010111110011101111000011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2146B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2146B6; }

 p { color: rgb(33,70,182); }

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

<style>
 a { background-color: #2146B6; }

 a { background-color: rgb(33,70,182); }

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

<style>
 span { border-color: #2146B6; }

 span { border-color: rgb(33,70,182); }

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