#2B5E73

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

Shades of Blumine #2B5E73

Tints of Blumine #2B5E73

Color information

#2B5E73 (or 0x2B5E73) is unknown color: approx Blumine. HEX triplet: 2B, 5E and 73. RGB value is (43,94,115). Sum of RGB (Red+Green+Blue) = 43+94+115=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B5E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5E73 is #D4A18C. Grayscale: #515151. Windows color (decimal): -13934989 or 7560747. OLE color: 7560747.

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

Color convert

RGB4394115-
CMYK0.630.1800.55
HSL197.5º45.57%30.98%-
HSV(B)197.5º62.61%45.1%-
XYZ8.099.7617.68-
YUV81.14147.1100.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.06%
GREEN value IS 94 (37.11% from 255) = 37.30%
BLUE value IS 115 (45.31% from 255) = 45.63%
R=17.06%
G=37.30%
B=45.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43941150.630.1800.55197.545.5730.98
Hex2B5E733F12037c62e1f
Octal5313616377220673065637
Binary101011101111011100111111111001001101111100011010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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