#2b636d

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

Shades of Blumine #2B636D

Tints of Blumine #2B636D

Color information

#2B636D (or 0x2B636D) is unknown color: approx Blumine. HEX triplet: 2B, 63 and 6D. RGB value is (43,99,109). Sum of RGB (Red+Green+Blue) = 43+99+109=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B636D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B636D is #D49C92. Grayscale: #535353. Windows color (decimal): -13933715 or 7168811. OLE color: 7168811.

HSL color Cylindrical-coordinate representation of color #2B636D: hue angle of 189.09º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B636D is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4399109-
CMYK0.610.0900.57
HSL189.09º43.42%29.8%-
HSV(B)189.09º60.55%42.75%-
XYZ8.2210.5416.07-
YUV83.4142.4599.19-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.13%
GREEN value IS 99 (39.06% from 255) = 39.44%
BLUE value IS 109 (42.97% from 255) = 43.43%
R=17.13%
G=39.44%
B=43.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal43991090.610.0900.57189.0943.4229.8
Hex2B636D3D9039bd2b1e
Octal5314315575110712755336
Binary10101111000111101101111101100101110011011110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b636d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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