#2A457C

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

Shades of Fun Blue #2A457C

Tints of Fun Blue #2A457C

Color information

#2A457C (or 0x2A457C) is unknown color: approx Fun Blue. HEX triplet: 2A, 45 and 7C. RGB value is (42,69,124). Sum of RGB (Red+Green+Blue) = 42+69+124=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A457C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A457C is #D5BA83. Grayscale: #424242. Windows color (decimal): -14006916 or 8144170. OLE color: 8144170.

HSL color Cylindrical-coordinate representation of color #2A457C: hue angle of 220.24º 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 #2A457C is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4269124-
CMYK0.660.4400.51
HSL220.24º49.4%32.55%-
HSV(B)220.24º66.13%48.63%-
XYZ6.726.219.91-
YUV67.2160.05110.03-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.87%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 124 (48.83% from 255) = 52.77%
R=17.87%
G=29.36%
B=52.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42691240.660.4400.51220.2449.432.55
Hex2A457C422C033dc3121
Octal52105174102540633346141
Binary101010100010111111001000010101100011001111011100110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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