#2B6168

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

Shades of Blumine #2B6168

Tints of Blumine #2B6168

Color information

#2B6168 (or 0x2B6168) is unknown color: approx Blumine. HEX triplet: 2B, 61 and 68. RGB value is (43,97,104). Sum of RGB (Red+Green+Blue) = 43+97+104=244 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.62% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B6168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6168 is #D49E97. Grayscale: #515151. Windows color (decimal): -13934232 or 6840619. OLE color: 6840619.

HSL color Cylindrical-coordinate representation of color #2B6168: hue angle of 186.89º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B6168 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4397104-
CMYK0.590.0700.59
HSL186.89º41.5%28.82%-
HSV(B)186.89º58.65%40.78%-
XYZ7.7710.0614.63-
YUV81.65140.61100.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.62%
GREEN value IS 97 (38.28% from 255) = 39.75%
BLUE value IS 104 (41.02% from 255) = 42.62%
R=17.62%
G=39.75%
B=42.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43971040.590.0700.59186.8941.528.82
Hex2B61683B703Bbb291d
Octal531411507370732735135
Binary1010111100001110100011101111101110111011101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,97,104); }

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

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

 a { background-color: rgb(43,97,104); }

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

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

 span { border-color: rgb(43,97,104); }

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