#2A4D8C

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

Shades of Fun Blue #2A4D8C

Tints of Fun Blue #2A4D8C

Color information

#2A4D8C (or 0x2A4D8C) is unknown color: approx Fun Blue. HEX triplet: 2A, 4D and 8C. RGB value is (42,77,140). Sum of RGB (Red+Green+Blue) = 42+77+140=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #2A4D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A4D8C is #D5B273. Grayscale: #494949. Windows color (decimal): -14004852 or 9194794. OLE color: 9194794.

HSL color Cylindrical-coordinate representation of color #2A4D8C: hue angle of 218.57º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A4D8C is Cyan = 0.7, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4277140-
CMYK0.70.4500.45
HSL218.57º53.85%35.69%-
HSV(B)218.57º70%54.9%-
XYZ8.347.6925.86-
YUV73.72165.4105.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.22%
GREEN value IS 77 (30.47% from 255) = 29.73%
BLUE value IS 140 (55.08% from 255) = 54.05%
R=16.22%
G=29.73%
B=54.05%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42771400.70.4500.45218.5753.8535.69
Hex2A4D8C462D02Ddb3624
Octal52115214106550553336644
Binary1010101001101100011001000110101101010110111011011110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,77,140); }

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

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

 a { background-color: rgb(42,77,140); }

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

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

 span { border-color: rgb(42,77,140); }

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