#2A4F87

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

Shades of Fun Blue #2A4F87

Tints of Fun Blue #2A4F87

Color information

#2A4F87 (or 0x2A4F87) is unknown color: approx Fun Blue. HEX triplet: 2A, 4F and 87. RGB value is (42,79,135). Sum of RGB (Red+Green+Blue) = 42+79+135=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 135 (53.12% from 255 or 52.73% from 256); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A4F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A4F87 is #D5B078. Grayscale: #4A4A4A. Windows color (decimal): -14004345 or 8867626. OLE color: 8867626.

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

Color convert

RGB4279135-
CMYK0.690.4100.47
HSL216.13º52.54%34.71%-
HSV(B)216.13º68.89%52.94%-
XYZ8.127.8324.01-
YUV74.32162.24104.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.41%
GREEN value IS 79 (31.25% from 255) = 30.86%
BLUE value IS 135 (53.12% from 255) = 52.73%
R=16.41%
G=30.86%
B=52.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42791350.690.4100.47216.1352.5434.71
Hex2A4F87452902Fd83523
Octal52117207105510573306543
Binary1010101001111100001111000101101001010111111011000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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