#2446A9

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

Shades of Persian Blue #2446A9

Tints of Persian Blue #2446A9

Color information

#2446A9 (or 0x2446A9) is unknown color: approx Persian Blue. HEX triplet: 24, 46 and A9. RGB value is (36,70,169). Sum of RGB (Red+Green+Blue) = 36+70+169=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 169 (66.41% from 255 or 61.45% from 275); Max value from RGB is 169 - color contains mainly: blue. Hex color #2446A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2446A9 is #DBB956. Grayscale: #464646. Windows color (decimal): -14399831 or 11093540. OLE color: 11093540.

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

Color convert

RGB3670169-
CMYK0.790.5900.34
HSL224.66º64.88%40.2%-
HSV(B)224.66º78.7%66.27%-
XYZ10.087.6238.48-
YUV71.12183.24102.95-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.09%
GREEN value IS 70 (27.73% from 255) = 25.45%
BLUE value IS 169 (66.41% from 255) = 61.45%
R=13.09%
G=25.45%
B=61.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal36701690.790.5900.34224.6664.8840.2
Hex2446A94F3B022e14128
Octal441062511177304234110150
Binary10010010001101010100110011111110110100010111000011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2446A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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