#2F518A

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

Shades of Fun Blue #2F518A

Tints of Fun Blue #2F518A

Color information

#2F518A (or 0x2F518A) is unknown color: approx Fun Blue. HEX triplet: 2F, 51 and 8A. RGB value is (47,81,138). Sum of RGB (Red+Green+Blue) = 47+81+138=266 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.67% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F518A is #D0AE75. Grayscale: #4D4D4D. Windows color (decimal): -13676150 or 9064751. OLE color: 9064751.

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

Color convert

RGB4781138-
CMYK0.660.4100.46
HSL217.58º49.19%36.27%-
HSV(B)217.58º65.94%54.12%-
XYZ8.78.3225.19-
YUV77.33162.24106.37-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.67%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 138 (54.30% from 255) = 51.88%
R=17.67%
G=30.45%
B=51.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal47811380.660.4100.46217.5849.1936.27
Hex2F518A422902Eda3124
Octal57121212102510563326144
Binary1011111010001100010101000010101001010111011011010110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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