#2A4E8B

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

Shades of Fun Blue #2A4E8B

Tints of Fun Blue #2A4E8B

Color information

#2A4E8B (or 0x2A4E8B) is unknown color: approx Fun Blue. HEX triplet: 2A, 4E and 8B. RGB value is (42,78,139). Sum of RGB (Red+Green+Blue) = 42+78+139=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A4E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A4E8B is #D5B174. Grayscale: #494949. Windows color (decimal): -14004597 or 9129514. OLE color: 9129514.

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

Color convert

RGB4278139-
CMYK0.700.4400.45
HSL217.73º53.59%35.49%-
HSV(B)217.73º69.78%54.51%-
XYZ8.347.8125.49-
YUV74.19164.57105.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.22%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 139 (54.69% from 255) = 53.67%
R=16.22%
G=30.12%
B=53.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42781390.700.4400.45217.7353.5935.49
Hex2A4E8B462C02Dda3623
Octal52116213106540553326643
Binary1010101001110100010111000110101100010110111011010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,78,139); }

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

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

 a { background-color: rgb(42,78,139); }

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

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

 span { border-color: rgb(42,78,139); }

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