#2F477B

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

Shades of Fun Blue #2F477B

Tints of Fun Blue #2F477B

Color information

#2F477B (or 0x2F477B) is unknown color: approx Fun Blue. HEX triplet: 2F, 47 and 7B. RGB value is (47,71,123). Sum of RGB (Red+Green+Blue) = 47+71+123=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #2F477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F477B is #D0B884. Grayscale: #454545. Windows color (decimal): -13678725 or 8079151. OLE color: 8079151.

HSL color Cylindrical-coordinate representation of color #2F477B: hue angle of 221.05º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F477B is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4771123-
CMYK0.620.4200.52
HSL221.05º44.71%33.33%-
HSV(B)221.05º61.79%48.24%-
XYZ76.5419.63-
YUV69.75158.05111.77-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.50%
GREEN value IS 71 (28.12% from 255) = 29.46%
BLUE value IS 123 (48.44% from 255) = 51.04%
R=19.50%
G=29.46%
B=51.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal47711230.620.4200.52221.0544.7133.33
Hex2F477B3E2A034dd2d21
Octal5710717376520643355541
Binary10111110001111111011111110101010011010011011101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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