#2F4C77

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

Shades of Fun Blue #2F4C77

Tints of Fun Blue #2F4C77

Color information

#2F4C77 (or 0x2F4C77) is unknown color: approx Fun Blue. HEX triplet: 2F, 4C and 77. RGB value is (47,76,119). Sum of RGB (Red+Green+Blue) = 47+76+119=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #2F4C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4C77 is #D0B388. Grayscale: #484848. Windows color (decimal): -13677449 or 7818287. OLE color: 7818287.

HSL color Cylindrical-coordinate representation of color #2F4C77: hue angle of 215.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F4C77 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4776119-
CMYK0.610.3600.53
HSL215.83º43.37%32.55%-
HSV(B)215.83º60.5%46.67%-
XYZ7.097.1118.45-
YUV72.23154.39110-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.42%
GREEN value IS 76 (30.08% from 255) = 31.40%
BLUE value IS 119 (46.88% from 255) = 49.17%
R=19.42%
G=31.40%
B=49.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47761190.610.3600.53215.8343.3732.55
Hex2F4C773D24035d82b21
Octal5711416775440653305341
Binary10111110011001110111111101100100011010111011000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,76,119); }

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

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

 a { background-color: rgb(47,76,119); }

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

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

 span { border-color: rgb(47,76,119); }

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