#2A4777

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

Shades of Fun Blue #2A4777

Tints of Fun Blue #2A4777

Color information

#2A4777 (or 0x2A4777) is unknown color: approx Fun Blue. HEX triplet: 2A, 47 and 77. RGB value is (42,71,119). Sum of RGB (Red+Green+Blue) = 42+71+119=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #2A4777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4777 is #D5B888. Grayscale: #434343. Windows color (decimal): -14006409 or 7817002. OLE color: 7817002.

HSL color Cylindrical-coordinate representation of color #2A4777: hue angle of 217.4º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A4777 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4271119-
CMYK0.650.4000.53
HSL217.4º47.83%31.57%-
HSV(B)217.4º64.71%46.67%-
XYZ6.546.3318.33-
YUV67.8156.89109.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.10%
GREEN value IS 71 (28.12% from 255) = 30.60%
BLUE value IS 119 (46.88% from 255) = 51.29%
R=18.10%
G=30.60%
B=51.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42711190.650.4000.53217.447.8331.57
Hex2A47774128035d93020
Octal52107167101500653316040
Binary101010100011111101111000001101000011010111011001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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