#2A4789

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

Shades of Fun Blue #2A4789

Tints of Fun Blue #2A4789

Color information

#2A4789 (or 0x2A4789) is unknown color: approx Fun Blue. HEX triplet: 2A, 47 and 89. RGB value is (42,71,137). Sum of RGB (Red+Green+Blue) = 42+71+137=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #2A4789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4789 is #D5B876. Grayscale: #454545. Windows color (decimal): -14006391 or 8996650. OLE color: 8996650.

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

Color convert

RGB4271137-
CMYK0.690.4800.46
HSL221.68º53.07%35.1%-
HSV(B)221.68º69.34%53.73%-
XYZ7.726.824.57-
YUV69.85165.89108.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.8%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 137 (53.91% from 255) = 54.8%
R=16.8%
G=28.4%
B=54.8%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal42711370.690.4800.46221.6853.0735.1
Hex2A4789453002Ede3523
Octal52107211105600563366543
Binary1010101000111100010011000101110000010111011011110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,71,137); }

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

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

 a { background-color: rgb(42,71,137); }

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

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

 span { border-color: rgb(42,71,137); }

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