#2B4872

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

Shades of Fun Blue #2B4872

Tints of Fun Blue #2B4872

Color information

#2B4872 (or 0x2B4872) is unknown color: approx Fun Blue. HEX triplet: 2B, 48 and 72. RGB value is (43,72,114). Sum of RGB (Red+Green+Blue) = 43+72+114=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B4872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4872 is #D4B78D. Grayscale: #434343. Windows color (decimal): -13940622 or 7489579. OLE color: 7489579.

HSL color Cylindrical-coordinate representation of color #2B4872: hue angle of 215.49º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B4872 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4372114-
CMYK0.620.3700.55
HSL215.49º45.22%30.78%-
HSV(B)215.49º62.28%44.71%-
XYZ6.356.3616.81-
YUV68.12153.89110.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.78%
GREEN value IS 72 (28.52% from 255) = 31.44%
BLUE value IS 114 (44.92% from 255) = 49.78%
R=18.78%
G=31.44%
B=49.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43721140.620.3700.55215.4945.2230.78
Hex2B48723E25037d72d1f
Octal5311016276450673275537
Binary1010111001000111001011111010010101101111101011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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