#2f477d

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

Shades of Fun Blue #2F477D

Tints of Fun Blue #2F477D

Color information

#2F477D (or 0x2F477D) is unknown color: approx Fun Blue. HEX triplet: 2F, 47 and 7D. RGB value is (47,71,125). Sum of RGB (Red+Green+Blue) = 47+71+125=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #2F477D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F477D is #D0B882. Grayscale: #454545. Windows color (decimal): -13678723 or 8210223. OLE color: 8210223.

HSL color Cylindrical-coordinate representation of color #2F477D: hue angle of 221.54º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F477D is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4771125-
CMYK0.620.4300.51
HSL221.54º45.35%33.73%-
HSV(B)221.54º62.4%49.02%-
XYZ7.136.5920.3-
YUV69.98159.05111.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.34%
GREEN value IS 71 (28.12% from 255) = 29.22%
BLUE value IS 125 (49.22% from 255) = 51.44%
R=19.34%
G=29.22%
B=51.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal47711250.620.4300.51221.5445.3533.73
Hex2F477D3E2B033de2d22
Octal5710717576530633365542
Binary10111110001111111101111110101011011001111011110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f477d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,71,125); }

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

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

 a { background-color: rgb(47,71,125); }

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

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

 span { border-color: rgb(47,71,125); }

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