#2446AA

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

Shades of Persian Blue #2446AA

Tints of Persian Blue #2446AA

Color information

#2446AA (or 0x2446AA) is unknown color: approx Persian Blue. HEX triplet: 24, 46 and AA. RGB value is (36,70,170). Sum of RGB (Red+Green+Blue) = 36+70+170=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #2446AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2446AA is #DBB955. Grayscale: #464646. Windows color (decimal): -14399830 or 11159076. OLE color: 11159076.

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

Color convert

RGB3670170-
CMYK0.790.5900.33
HSL224.78º65.05%40.39%-
HSV(B)224.78º78.82%66.67%-
XYZ10.177.6638.97-
YUV71.23183.74102.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.04%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 170 (66.80% from 255) = 61.59%
R=13.04%
G=25.36%
B=61.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal36701700.790.5900.33224.7865.0540.39
Hex2446AA4F3B021e14128
Octal441062521177304134110150
Binary10010010001101010101010011111110110100001111000011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2446AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2446AA; }

 p { color: rgb(36,70,170); }

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

<style>
 a { background-color: #2446AA; }

 a { background-color: rgb(36,70,170); }

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

<style>
 span { border-color: #2446AA; }

 span { border-color: rgb(36,70,170); }

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