#2F4882

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

Shades of Fun Blue #2F4882

Tints of Fun Blue #2F4882

Color information

#2F4882 (or 0x2F4882) is unknown color: approx Fun Blue. HEX triplet: 2F, 48 and 82. RGB value is (47,72,130). Sum of RGB (Red+Green+Blue) = 47+72+130=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #2F4882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4882 is #D0B77D. Grayscale: #464646. Windows color (decimal): -13678462 or 8538159. OLE color: 8538159.

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

Color convert

RGB4772130-
CMYK0.640.4500.49
HSL221.93º46.89%34.71%-
HSV(B)221.93º63.85%50.98%-
XYZ7.526.8522.05-
YUV71.14161.22110.78-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.88%
GREEN value IS 72 (28.52% from 255) = 28.92%
BLUE value IS 130 (51.17% from 255) = 52.21%
R=18.88%
G=28.92%
B=52.21%

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
Decimal47721300.640.4500.49221.9346.8934.71
Hex2F4882402D031de2f23
Octal57110202100550613365743
Binary1011111001000100000101000000101101011000111011110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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