#2F4A82

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

Shades of Fun Blue #2F4A82

Tints of Fun Blue #2F4A82

Color information

#2F4A82 (or 0x2F4A82) is unknown color: approx Fun Blue. HEX triplet: 2F, 4A and 82. RGB value is (47,74,130). Sum of RGB (Red+Green+Blue) = 47+74+130=251 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.73% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #2F4A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4A82 is #D0B57D. Grayscale: #484848. Windows color (decimal): -13677950 or 8538671. OLE color: 8538671.

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

Color convert

RGB4774130-
CMYK0.640.4300.49
HSL220.48º46.89%34.71%-
HSV(B)220.48º63.85%50.98%-
XYZ7.657.1122.09-
YUV72.31160.55109.95-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.73%
GREEN value IS 74 (29.30% from 255) = 29.48%
BLUE value IS 130 (51.17% from 255) = 51.79%
R=18.73%
G=29.48%
B=51.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal47741300.640.4300.49220.4846.8934.71
Hex2F4A82402B031dc2f23
Octal57112202100530613345743
Binary1011111001010100000101000000101011011000111011100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,74,130); }

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

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

 a { background-color: rgb(47,74,130); }

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

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

 span { border-color: rgb(47,74,130); }

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