#2F4782

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

Shades of Fun Blue #2F4782

Tints of Fun Blue #2F4782

Color information

#2F4782 (or 0x2F4782) is unknown color: approx Fun Blue. HEX triplet: 2F, 47 and 82. RGB value is (47,71,130). Sum of RGB (Red+Green+Blue) = 47+71+130=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #2F4782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4782 is #D0B87D. Grayscale: #464646. Windows color (decimal): -13678718 or 8537903. OLE color: 8537903.

HSL color Cylindrical-coordinate representation of color #2F4782: hue angle of 222.65º 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 #2F4782 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4771130-
CMYK0.640.4500.49
HSL222.65º46.89%34.71%-
HSV(B)222.65º63.85%50.98%-
XYZ7.456.7222.02-
YUV70.55161.55111.2-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.95%
GREEN value IS 71 (28.12% from 255) = 28.63%
BLUE value IS 130 (51.17% from 255) = 52.42%
R=18.95%
G=28.63%
B=52.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal47711300.640.4500.49222.6546.8934.71
Hex2F4782402D031df2f23
Octal57107202100550613375743
Binary1011111000111100000101000000101101011000111011111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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