#2F4C85

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

Shades of Fun Blue #2F4C85

Tints of Fun Blue #2F4C85

Color information

#2F4C85 (or 0x2F4C85) is unknown color: approx Fun Blue. HEX triplet: 2F, 4C and 85. RGB value is (47,76,133). Sum of RGB (Red+Green+Blue) = 47+76+133=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #2F4C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4C85 is #D0B37A. Grayscale: #494949. Windows color (decimal): -13677435 or 8735791. OLE color: 8735791.

HSL color Cylindrical-coordinate representation of color #2F4C85: hue angle of 219.77º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F4C85 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4776133-
CMYK0.650.4300.48
HSL219.77º47.78%35.29%-
HSV(B)219.77º64.66%52.16%-
XYZ7.997.4723.21-
YUV73.83161.39108.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.36%
GREEN value IS 76 (30.08% from 255) = 29.69%
BLUE value IS 133 (52.34% from 255) = 51.95%
R=18.36%
G=29.69%
B=51.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47761330.650.4300.48219.7747.7835.29
Hex2F4C85412B030dc3023
Octal57114205101530603346043
Binary1011111001100100001011000001101011011000011011100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,76,133); }

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

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

 a { background-color: rgb(47,76,133); }

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

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

 span { border-color: rgb(47,76,133); }

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