#2F4B7C

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

Shades of Fun Blue #2F4B7C

Tints of Fun Blue #2F4B7C

Color information

#2F4B7C (or 0x2F4B7C) is unknown color: approx Fun Blue. HEX triplet: 2F, 4B and 7C. RGB value is (47,75,124). Sum of RGB (Red+Green+Blue) = 47+75+124=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #2F4B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4B7C is #D0B483. Grayscale: #474747. Windows color (decimal): -13677700 or 8145711. OLE color: 8145711.

HSL color Cylindrical-coordinate representation of color #2F4B7C: hue angle of 218.18º 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 #2F4B7C is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4775124-
CMYK0.620.4000.51
HSL218.18º45.03%33.53%-
HSV(B)218.18º62.1%48.63%-
XYZ7.337.0920.05-
YUV72.21157.22110.02-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.11%
GREEN value IS 75 (29.69% from 255) = 30.49%
BLUE value IS 124 (48.83% from 255) = 50.41%
R=19.11%
G=30.49%
B=50.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal47751240.620.4000.51218.1845.0333.53
Hex2F4B7C3E28033da2d22
Octal5711317476500633325542
Binary10111110010111111100111110101000011001111011010101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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