#2B6368

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

Shades of Blumine #2B6368

Tints of Blumine #2B6368

Color information

#2B6368 (or 0x2B6368) is unknown color: approx Blumine. HEX triplet: 2B, 63 and 68. RGB value is (43,99,104). Sum of RGB (Red+Green+Blue) = 43+99+104=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B6368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6368 is #D49C97. Grayscale: #525252. Windows color (decimal): -13933720 or 6841131. OLE color: 6841131.

HSL color Cylindrical-coordinate representation of color #2B6368: hue angle of 184.92º 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 #2B6368 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4399104-
CMYK0.590.0500.59
HSL184.92º41.5%28.82%-
HSV(B)184.92º58.65%40.78%-
XYZ7.9610.4414.69-
YUV82.83139.9599.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.48%
GREEN value IS 99 (39.06% from 255) = 40.24%
BLUE value IS 104 (41.02% from 255) = 42.28%
R=17.48%
G=40.24%
B=42.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43991040.590.0500.59184.9241.528.82
Hex2B63683B503Bb9291d
Octal531431507350732715135
Binary1010111100011110100011101110101110111011100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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