#2F4D88

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

Shades of Fun Blue #2F4D88

Tints of Fun Blue #2F4D88

Color information

#2F4D88 (or 0x2F4D88) is unknown color: approx Fun Blue. HEX triplet: 2F, 4D and 88. RGB value is (47,77,136). Sum of RGB (Red+Green+Blue) = 47+77+136=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F4D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F4D88 is #D0B277. Grayscale: #4A4A4A. Windows color (decimal): -13677176 or 8932655. OLE color: 8932655.

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

Color convert

RGB4777136-
CMYK0.650.4300.47
HSL219.78º48.63%35.88%-
HSV(B)219.78º65.44%53.33%-
XYZ8.277.6924.34-
YUV74.76162.56108.2-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.08%
GREEN value IS 77 (30.47% from 255) = 29.62%
BLUE value IS 136 (53.52% from 255) = 52.31%
R=18.08%
G=29.62%
B=52.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47771360.650.4300.47219.7848.6335.88
Hex2F4D88412B02Fdc3124
Octal57115210101530573346144
Binary1011111001101100010001000001101011010111111011100110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,77,136); }

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

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

 a { background-color: rgb(47,77,136); }

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

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

 span { border-color: rgb(47,77,136); }

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