#2B6075

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

Shades of Blumine #2B6075

Tints of Blumine #2B6075

Color information

#2B6075 (or 0x2B6075) is unknown color: approx Blumine. HEX triplet: 2B, 60 and 75. RGB value is (43,96,117). Sum of RGB (Red+Green+Blue) = 43+96+117=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B6075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6075 is #D49F8A. Grayscale: #525252. Windows color (decimal): -13934475 or 7692331. OLE color: 7692331.

HSL color Cylindrical-coordinate representation of color #2B6075: hue angle of 197.03º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B6075 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4396117-
CMYK0.630.1800.54
HSL197.03º46.25%31.37%-
HSV(B)197.03º63.25%45.88%-
XYZ8.3910.1618.35-
YUV82.55147.4499.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.80%
GREEN value IS 96 (37.89% from 255) = 37.5%
BLUE value IS 117 (46.09% from 255) = 45.70%
R=16.80%
G=37.5%
B=45.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43961170.630.1800.54197.0346.2531.37
Hex2B60753F12036c52e1f
Octal5314016577220663055637
Binary101011110000011101011111111001001101101100010110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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