#2F487C

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

Shades of Fun Blue #2F487C

Tints of Fun Blue #2F487C

Color information

#2F487C (or 0x2F487C) is unknown color: approx Fun Blue. HEX triplet: 2F, 48 and 7C. RGB value is (47,72,124). Sum of RGB (Red+Green+Blue) = 47+72+124=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #2F487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F487C is #D0B783. Grayscale: #464646. Windows color (decimal): -13678468 or 8144943. OLE color: 8144943.

HSL color Cylindrical-coordinate representation of color #2F487C: hue angle of 220.52º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F487C is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4772124-
CMYK0.620.4200.51
HSL220.52º45.03%33.53%-
HSV(B)220.52º62.1%48.63%-
XYZ7.136.6919.99-
YUV70.45158.22111.27-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.34%
GREEN value IS 72 (28.52% from 255) = 29.63%
BLUE value IS 124 (48.83% from 255) = 51.03%
R=19.34%
G=29.63%
B=51.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal47721240.620.4200.51220.5245.0333.53
Hex2F487C3E2A033dd2d22
Octal5711017476520633355542
Binary10111110010001111100111110101010011001111011101101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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