#2A487E

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

Shades of Fun Blue #2A487E

Tints of Fun Blue #2A487E

Color information

#2A487E (or 0x2A487E) is unknown color: approx Fun Blue. HEX triplet: 2A, 48 and 7E. RGB value is (42,72,126). Sum of RGB (Red+Green+Blue) = 42+72+126=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 126 (49.61% from 255 or 52.5% from 240); Max value from RGB is 126 - color contains mainly: blue. Hex color #2A487E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A487E is #D5B781. Grayscale: #444444. Windows color (decimal): -14006146 or 8276010. OLE color: 8276010.

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

Color convert

RGB4272126-
CMYK0.670.4300.51
HSL218.57º50%32.94%-
HSV(B)218.57º66.67%49.41%-
XYZ7.046.6320.65-
YUV69.19160.06108.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.5%
GREEN value IS 72 (28.52% from 255) = 30%
BLUE value IS 126 (49.61% from 255) = 52.5%
R=17.5%
G=30%
B=52.5%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42721260.670.4300.51218.575032.94
Hex2A487E432B033db3221
Octal52110176103530633336241
Binary101010100100011111101000011101011011001111011011110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A487E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,72,126); }

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

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

 a { background-color: rgb(42,72,126); }

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

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

 span { border-color: rgb(42,72,126); }

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