#2A4E88

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

Shades of Fun Blue #2A4E88

Tints of Fun Blue #2A4E88

Color information

#2A4E88 (or 0x2A4E88) is unknown color: approx Fun Blue. HEX triplet: 2A, 4E and 88. RGB value is (42,78,136). Sum of RGB (Red+Green+Blue) = 42+78+136=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #2A4E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A4E88 is #D5B177. Grayscale: #494949. Windows color (decimal): -14004600 or 8932906. OLE color: 8932906.

HSL color Cylindrical-coordinate representation of color #2A4E88: hue angle of 217.02º 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 #2A4E88 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4278136-
CMYK0.690.4300.47
HSL217.02º52.81%34.9%-
HSV(B)217.02º69.12%53.33%-
XYZ8.127.7224.35-
YUV73.85163.07105.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.41%
GREEN value IS 78 (30.86% from 255) = 30.47%
BLUE value IS 136 (53.52% from 255) = 53.12%
R=16.41%
G=30.47%
B=53.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42781360.690.4300.47217.0252.8134.9
Hex2A4E88452B02Fd93523
Octal52116210105530573316543
Binary1010101001110100010001000101101011010111111011001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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