#2A497C

Color #2A497C Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #2A497C

Tints of Fun Blue #2A497C

Color information

#2A497C (or 0x2A497C) is unknown color: approx Fun Blue. HEX triplet: 2A, 49 and 7C. RGB value is (42,73,124). Sum of RGB (Red+Green+Blue) = 42+73+124=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A497C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A497C is #D5B683. Grayscale: #454545. Windows color (decimal): -14005892 or 8145194. OLE color: 8145194.

HSL color Cylindrical-coordinate representation of color #2A497C: hue angle of 217.32º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A497C is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4273124-
CMYK0.660.4100.51
HSL217.32º49.4%32.55%-
HSV(B)217.32º66.13%48.63%-
XYZ6.986.7120-
YUV69.54158.73108.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.57%
GREEN value IS 73 (28.91% from 255) = 30.54%
BLUE value IS 124 (48.83% from 255) = 51.88%
R=17.57%
G=30.54%
B=51.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42731240.660.4100.51217.3249.432.55
Hex2A497C4229033d93121
Octal52111174102510633316141
Binary101010100100111111001000010101001011001111011001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A497C; }

 p { color: rgb(42,73,124); }

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

<style>
 a { background-color: #2A497C; }

 a { background-color: rgb(42,73,124); }

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

<style>
 span { border-color: #2A497C; }

 span { border-color: rgb(42,73,124); }

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