#2B4D87

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

Shades of Fun Blue #2B4D87

Tints of Fun Blue #2B4D87

Color information

#2B4D87 (or 0x2B4D87) is unknown color: approx Fun Blue. HEX triplet: 2B, 4D and 87. RGB value is (43,77,135). Sum of RGB (Red+Green+Blue) = 43+77+135=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #2B4D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B4D87 is #D4B278. Grayscale: #494949. Windows color (decimal): -13939321 or 8867115. OLE color: 8867115.

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

Color convert

RGB4377135-
CMYK0.680.4300.47
HSL217.83º51.69%34.9%-
HSV(B)217.83º68.15%52.94%-
XYZ8.027.5723.96-
YUV73.45162.74106.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.86%
GREEN value IS 77 (30.47% from 255) = 30.20%
BLUE value IS 135 (53.12% from 255) = 52.94%
R=16.86%
G=30.20%
B=52.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43771350.680.4300.47217.8351.6934.9
Hex2B4D87442B02Fda3423
Octal53115207104530573326443
Binary1010111001101100001111000100101011010111111011010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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