#2B4889

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

Shades of Fun Blue #2B4889

Tints of Fun Blue #2B4889

Color information

#2B4889 (or 0x2B4889) is unknown color: approx Fun Blue. HEX triplet: 2B, 48 and 89. RGB value is (43,72,137). Sum of RGB (Red+Green+Blue) = 43+72+137=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #2B4889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4889 is #D4B776. Grayscale: #464646. Windows color (decimal): -13940599 or 8996907. OLE color: 8996907.

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

Color convert

RGB4372137-
CMYK0.690.4700.46
HSL221.49º52.22%35.29%-
HSV(B)221.49º68.61%53.73%-
XYZ7.836.9524.6-
YUV70.74165.39108.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.06%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 137 (53.91% from 255) = 54.37%
R=17.06%
G=28.57%
B=54.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal43721370.690.4700.46221.4952.2235.29
Hex2B4889452F02Edd3423
Octal53110211105570563356443
Binary1010111001000100010011000101101111010111011011101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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