#2F4E8A

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

Shades of Fun Blue #2F4E8A

Tints of Fun Blue #2F4E8A

Color information

#2F4E8A (or 0x2F4E8A) is unknown color: approx Fun Blue. HEX triplet: 2F, 4E and 8A. RGB value is (47,78,138). Sum of RGB (Red+Green+Blue) = 47+78+138=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F4E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F4E8A is #D0B175. Grayscale: #4B4B4B. Windows color (decimal): -13676918 or 9063983. OLE color: 9063983.

HSL color Cylindrical-coordinate representation of color #2F4E8A: hue angle of 219.56º 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 #2F4E8A is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4778138-
CMYK0.660.4300.46
HSL219.56º49.19%36.27%-
HSV(B)219.56º65.94%54.12%-
XYZ8.487.8925.12-
YUV75.57163.23107.62-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.87%
GREEN value IS 78 (30.86% from 255) = 29.66%
BLUE value IS 138 (54.30% from 255) = 52.47%
R=17.87%
G=29.66%
B=52.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal47781380.660.4300.46219.5649.1936.27
Hex2F4E8A422B02Edc3124
Octal57116212102530563346144
Binary1011111001110100010101000010101011010111011011100110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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