#2C6069

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

Shades of Blumine #2C6069

Tints of Blumine #2C6069

Color information

#2C6069 (or 0x2C6069) is unknown color: approx Blumine. HEX triplet: 2C, 60 and 69. RGB value is (44,96,105). Sum of RGB (Red+Green+Blue) = 44+96+105=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #2C6069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6069 is #D39F96. Grayscale: #515151. Windows color (decimal): -13868951 or 6905900. OLE color: 6905900.

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

Color convert

RGB4496105-
CMYK0.580.0900.59
HSL188.85º40.94%29.22%-
HSV(B)188.85º58.1%41.18%-
XYZ7.779.9214.87-
YUV81.48141.27101.27-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.96%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 105 (41.41% from 255) = 42.86%
R=17.96%
G=39.18%
B=42.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44961050.580.0900.59188.8540.9429.22
Hex2C60693A903Bbd291d
Octal5414015172110732755135
Binary10110011000001101001111010100101110111011110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,96,105); }

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

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

 a { background-color: rgb(44,96,105); }

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

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

 span { border-color: rgb(44,96,105); }

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