#2B5E71

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

Shades of Blumine #2B5E71

Tints of Blumine #2B5E71

Color information

#2B5E71 (or 0x2B5E71) is unknown color: approx Blumine. HEX triplet: 2B, 5E and 71. RGB value is (43,94,113). Sum of RGB (Red+Green+Blue) = 43+94+113=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #2B5E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5E71 is #D4A18E. Grayscale: #505050. Windows color (decimal): -13934991 or 7429675. OLE color: 7429675.

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

Color convert

RGB4394113-
CMYK0.620.1700.56
HSL196.29º44.87%30.59%-
HSV(B)196.29º61.95%44.31%-
XYZ7.989.7117.08-
YUV80.92146.1100.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.2%
GREEN value IS 94 (37.11% from 255) = 37.6%
BLUE value IS 113 (44.53% from 255) = 45.2%
R=17.2%
G=37.6%
B=45.2%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43941130.620.1700.56196.2944.8730.59
Hex2B5E713E11038c42d1f
Octal5313616176210703045537
Binary101011101111011100011111101000101110001100010010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,94,113); }

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

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

 a { background-color: rgb(43,94,113); }

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

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

 span { border-color: rgb(43,94,113); }

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