#2C767E

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

Shades of Atoll #2C767E

Tints of Atoll #2C767E

Color information

#2C767E (or 0x2C767E) is unknown color: approx Atoll. HEX triplet: 2C, 76 and 7E. RGB value is (44,118,126). Sum of RGB (Red+Green+Blue) = 44+118+126=288 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.28% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 126 - color contains mainly: blue. Hex color #2C767E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C767E is #D38981. Grayscale: #606060. Windows color (decimal): -13863298 or 8287788. OLE color: 8287788.

HSL color Cylindrical-coordinate representation of color #2C767E: hue angle of 185.85º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C767E is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB44118126-
CMYK0.650.0600.51
HSL185.85º48.24%33.33%-
HSV(B)185.85º65.08%49.41%-
XYZ11.281522.04-
YUV96.79144.4890.35-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.28%
GREEN value IS 118 (46.48% from 255) = 40.97%
BLUE value IS 126 (49.61% from 255) = 43.75%
R=15.28%
G=40.97%
B=43.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal441181260.650.0600.51185.8548.2433.33
Hex2C767E416033ba3021
Octal5416617610160632726041
Binary101100111011011111101000001110011001110111010110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,118,126); }

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

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

 a { background-color: rgb(44,118,126); }

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

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

 span { border-color: rgb(44,118,126); }

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