#2B4888

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

Shades of Fun Blue #2B4888

Tints of Fun Blue #2B4888

Color information

#2B4888 (or 0x2B4888) is unknown color: approx Fun Blue. HEX triplet: 2B, 48 and 88. RGB value is (43,72,136). Sum of RGB (Red+Green+Blue) = 43+72+136=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #2B4888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4888 is #D4B777. Grayscale: #464646. Windows color (decimal): -13940600 or 8931371. OLE color: 8931371.

HSL color Cylindrical-coordinate representation of color #2B4888: hue angle of 221.29º 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 #2B4888 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4372136-
CMYK0.680.4700.47
HSL221.29º51.96%35.1%-
HSV(B)221.29º68.38%53.33%-
XYZ7.766.9324.22-
YUV70.62164.89108.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.13%
GREEN value IS 72 (28.52% from 255) = 28.69%
BLUE value IS 136 (53.52% from 255) = 54.18%
R=17.13%
G=28.69%
B=54.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43721360.680.4700.47221.2951.9635.1
Hex2B4888442F02Fdd3423
Octal53110210104570573356443
Binary1010111001000100010001000100101111010111111011101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,72,136); }

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

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

 a { background-color: rgb(43,72,136); }

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

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

 span { border-color: rgb(43,72,136); }

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