#2B5E64

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

Shades of Blumine #2B5E64

Tints of Blumine #2B5E64

Color information

#2B5E64 (or 0x2B5E64) is unknown color: approx Blumine. HEX triplet: 2B, 5E and 64. RGB value is (43,94,100). Sum of RGB (Red+Green+Blue) = 43+94+100=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 100 - color contains mainly: blue. Hex color #2B5E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5E64 is #D4A19B. Grayscale: #4F4F4F. Windows color (decimal): -13935004 or 6577707. OLE color: 6577707.

HSL color Cylindrical-coordinate representation of color #2B5E64: hue angle of 186.32º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B5E64 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB4394100-
CMYK0.570.0600.61
HSL186.32º39.86%28.04%-
HSV(B)186.32º57%39.22%-
XYZ7.39.4413.49-
YUV79.44139.6102.01-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.14%
GREEN value IS 94 (37.11% from 255) = 39.66%
BLUE value IS 100 (39.45% from 255) = 42.19%
R=18.14%
G=39.66%
B=42.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal43941000.570.0600.61186.3239.8628.04
Hex2B5E6439603Dba281c
Octal531361447160752725034
Binary1010111011110110010011100111001111011011101010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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