#2F518B

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

Shades of Fun Blue #2F518B

Tints of Fun Blue #2F518B

Color information

#2F518B (or 0x2F518B) is unknown color: approx Fun Blue. HEX triplet: 2F, 51 and 8B. RGB value is (47,81,139). Sum of RGB (Red+Green+Blue) = 47+81+139=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F518B is #D0AE74. Grayscale: #4D4D4D. Windows color (decimal): -13676149 or 9130287. OLE color: 9130287.

HSL color Cylindrical-coordinate representation of color #2F518B: hue angle of 217.83º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F518B is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4781139-
CMYK0.660.4200.45
HSL217.83º49.46%36.47%-
HSV(B)217.83º66.19%54.51%-
XYZ8.778.3525.58-
YUV77.45162.74106.28-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.60%
GREEN value IS 81 (32.03% from 255) = 30.34%
BLUE value IS 139 (54.69% from 255) = 52.06%
R=17.60%
G=30.34%
B=52.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal47811390.660.4200.45217.8349.4636.47
Hex2F518B422A02Dda3124
Octal57121213102520553326144
Binary1011111010001100010111000010101010010110111011010110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,81,139); }

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

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

 a { background-color: rgb(47,81,139); }

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

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

 span { border-color: rgb(47,81,139); }

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