#2246AB

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

Shades of Persian Blue #2246AB

Tints of Persian Blue #2246AB

Color information

#2246AB (or 0x2246AB) is unknown color: approx Persian Blue. HEX triplet: 22, 46 and AB. RGB value is (34,70,171). Sum of RGB (Red+Green+Blue) = 34+70+171=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #2246AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2246AB is #DDB954. Grayscale: #464646. Windows color (decimal): -14530901 or 11224610. OLE color: 11224610.

HSL color Cylindrical-coordinate representation of color #2246AB: hue angle of 224.23º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2246AB is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3470171-
CMYK0.800.5900.33
HSL224.23º66.83%40.2%-
HSV(B)224.23º80.12%67.06%-
XYZ10.27.6639.47-
YUV70.75184.57101.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.36%
GREEN value IS 70 (27.73% from 255) = 25.45%
BLUE value IS 171 (67.19% from 255) = 62.18%
R=12.36%
G=25.45%
B=62.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal34701710.800.5900.33224.2366.8340.2
Hex2246AB503B021e04328
Octal421062531207304134010350
Binary10001010001101010101110100001110110100001111000001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2246AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2246AB; }

 p { color: rgb(34,70,171); }

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

<style>
 a { background-color: #2246AB; }

 a { background-color: rgb(34,70,171); }

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

<style>
 span { border-color: #2246AB; }

 span { border-color: rgb(34,70,171); }

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