#2B656A

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

Shades of Blumine #2B656A

Tints of Blumine #2B656A

Color information

#2B656A (or 0x2B656A) is unknown color: approx Blumine. HEX triplet: 2B, 65 and 6A. RGB value is (43,101,106). Sum of RGB (Red+Green+Blue) = 43+101+106=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B656A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B656A is #D49A95. Grayscale: #545454. Windows color (decimal): -13933206 or 6972715. OLE color: 6972715.

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

Color convert

RGB43101106-
CMYK0.590.0500.58
HSL184.76º42.28%29.22%-
HSV(B)184.76º59.43%41.57%-
XYZ8.2510.8615.3-
YUV84.23140.2898.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.2%
GREEN value IS 101 (39.84% from 255) = 40.4%
BLUE value IS 106 (41.80% from 255) = 42.4%
R=17.2%
G=40.4%
B=42.4%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal431011060.590.0500.58184.7642.2829.22
Hex2B656A3B503Ab92a1d
Octal531451527350722715235
Binary1010111100101110101011101110101110101011100110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,101,106); }

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

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

 a { background-color: rgb(43,101,106); }

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

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

 span { border-color: rgb(43,101,106); }

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