#2A4C87

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

Shades of Fun Blue #2A4C87

Tints of Fun Blue #2A4C87

Color information

#2A4C87 (or 0x2A4C87) is unknown color: approx Fun Blue. HEX triplet: 2A, 4C and 87. RGB value is (42,76,135). Sum of RGB (Red+Green+Blue) = 42+76+135=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A4C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4C87 is #D5B378. Grayscale: #484848. Windows color (decimal): -14005113 or 8866858. OLE color: 8866858.

HSL color Cylindrical-coordinate representation of color #2A4C87: hue angle of 218.06º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A4C87 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4276135-
CMYK0.690.4400.47
HSL218.06º52.54%34.71%-
HSV(B)218.06º68.89%52.94%-
XYZ7.917.4123.93-
YUV72.56163.24106.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.60%
GREEN value IS 76 (30.08% from 255) = 30.04%
BLUE value IS 135 (53.12% from 255) = 53.36%
R=16.60%
G=30.04%
B=53.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42761350.690.4400.47218.0652.5434.71
Hex2A4C87452C02Fda3523
Octal52114207105540573326543
Binary1010101001100100001111000101101100010111111011010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,76,135); }

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

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

 a { background-color: rgb(42,76,135); }

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

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

 span { border-color: rgb(42,76,135); }

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