#2F5088

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

Shades of Fun Blue #2F5088

Tints of Fun Blue #2F5088

Color information

#2F5088 (or 0x2F5088) is unknown color: approx Fun Blue. HEX triplet: 2F, 50 and 88. RGB value is (47,80,136). Sum of RGB (Red+Green+Blue) = 47+80+136=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F5088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5088 is #D0AF77. Grayscale: #4C4C4C. Windows color (decimal): -13676408 or 8933423. OLE color: 8933423.

HSL color Cylindrical-coordinate representation of color #2F5088: hue angle of 217.75º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F5088 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4780136-
CMYK0.650.4100.47
HSL217.75º48.63%35.88%-
HSV(B)217.75º65.44%53.33%-
XYZ8.488.1224.41-
YUV76.52161.57106.95-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.87%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 136 (53.52% from 255) = 51.71%
R=17.87%
G=30.42%
B=51.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47801360.650.4100.47217.7548.6335.88
Hex2F5088412902Fda3124
Octal57120210101510573326144
Binary1011111010000100010001000001101001010111111011010110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,80,136); }

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

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

 a { background-color: rgb(47,80,136); }

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

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

 span { border-color: rgb(47,80,136); }

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