#2B6076

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

Shades of Blumine #2B6076

Tints of Blumine #2B6076

Color information

#2B6076 (or 0x2B6076) is unknown color: approx Blumine. HEX triplet: 2B, 60 and 76. RGB value is (43,96,118). Sum of RGB (Red+Green+Blue) = 43+96+118=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #2B6076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6076 is #D49F89. Grayscale: #525252. Windows color (decimal): -13934474 or 7757867. OLE color: 7757867.

HSL color Cylindrical-coordinate representation of color #2B6076: hue angle of 197.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B6076 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4396118-
CMYK0.640.1900.54
HSL197.6º46.58%31.57%-
HSV(B)197.6º63.56%46.27%-
XYZ8.4510.1918.66-
YUV82.66147.9499.71-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.73%
GREEN value IS 96 (37.89% from 255) = 37.35%
BLUE value IS 118 (46.48% from 255) = 45.91%
R=16.73%
G=37.35%
B=45.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43961180.640.1900.54197.646.5831.57
Hex2B60764013036c62f20
Octal53140166100230663065740
Binary10101111000001110110100000010011011011011000110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,96,118); }

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

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

 a { background-color: rgb(43,96,118); }

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

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

 span { border-color: rgb(43,96,118); }

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