#2B6472

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

Shades of Blumine #2B6472

Tints of Blumine #2B6472

Color information

#2B6472 (or 0x2B6472) is unknown color: approx Blumine. HEX triplet: 2B, 64 and 72. RGB value is (43,100,114). Sum of RGB (Red+Green+Blue) = 43+100+114=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B6472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6472 is #D49B8D. Grayscale: #545454. Windows color (decimal): -13933454 or 7496747. OLE color: 7496747.

HSL color Cylindrical-coordinate representation of color #2B6472: hue angle of 191.83º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B6472 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB43100114-
CMYK0.620.1200.55
HSL191.83º45.22%30.78%-
HSV(B)191.83º62.28%44.71%-
XYZ8.5910.8417.56-
YUV84.55144.6298.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.73%
GREEN value IS 100 (39.45% from 255) = 38.91%
BLUE value IS 114 (44.92% from 255) = 44.36%
R=16.73%
G=38.91%
B=44.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal431001140.620.1200.55191.8345.2230.78
Hex2B64723EC037c02d1f
Octal5314416276140673005537
Binary10101111001001110010111110110001101111100000010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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