#2B4D7F

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

Shades of Fun Blue #2B4D7F

Tints of Fun Blue #2B4D7F

Color information

#2B4D7F (or 0x2B4D7F) is unknown color: approx Fun Blue. HEX triplet: 2B, 4D and 7F. RGB value is (43,77,127). Sum of RGB (Red+Green+Blue) = 43+77+127=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B4D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B4D7F is #D4B280. Grayscale: #484848. Windows color (decimal): -13939329 or 8342827. OLE color: 8342827.

HSL color Cylindrical-coordinate representation of color #2B4D7F: hue angle of 215.71º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B4D7F is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4377127-
CMYK0.660.3900.50
HSL215.71º49.41%33.33%-
HSV(B)215.71º66.14%49.8%-
XYZ7.487.3521.1-
YUV72.53158.74106.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.41%
GREEN value IS 77 (30.47% from 255) = 31.17%
BLUE value IS 127 (50% from 255) = 51.42%
R=17.41%
G=31.17%
B=51.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43771270.660.3900.50215.7149.4133.33
Hex2B4D7F4227032d83121
Octal53115177102470623306141
Binary101011100110111111111000010100111011001011011000110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,77,127); }

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

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

 a { background-color: rgb(43,77,127); }

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

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

 span { border-color: rgb(43,77,127); }

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