#2C6769

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

Shades of Blue Stone #2C6769

Tints of Blue Stone #2C6769

Color information

#2C6769 (or 0x2C6769) is unknown color: approx Blue Stone. HEX triplet: 2C, 67 and 69. RGB value is (44,103,105). Sum of RGB (Red+Green+Blue) = 44+103+105=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 105 - color contains mainly: blue. Hex color #2C6769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6769 is #D39896. Grayscale: #555555. Windows color (decimal): -13867159 or 6907692. OLE color: 6907692.

HSL color Cylindrical-coordinate representation of color #2C6769: hue angle of 181.97º 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 #2C6769 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB44103105-
CMYK0.580.0200.59
HSL181.97º40.94%29.22%-
HSV(B)181.97º58.1%41.18%-
XYZ8.4411.2615.09-
YUV85.59138.9598.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.46%
GREEN value IS 103 (40.62% from 255) = 40.87%
BLUE value IS 105 (41.41% from 255) = 41.67%
R=17.46%
G=40.87%
B=41.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal441031050.580.0200.59181.9740.9429.22
Hex2C67693A203Bb6291d
Octal541471517220732665135
Binary101100110011111010011110101001110111011011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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