#2C7278

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

Shades of Atoll #2C7278

Tints of Atoll #2C7278

Color information

#2C7278 (or 0x2C7278) is unknown color: approx Atoll. HEX triplet: 2C, 72 and 78. RGB value is (44,114,120). Sum of RGB (Red+Green+Blue) = 44+114+120=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #2C7278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7278 is #D38D87. Grayscale: #5D5D5D. Windows color (decimal): -13864328 or 7893548. OLE color: 7893548.

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

Color convert

RGB44114120-
CMYK0.630.0500.53
HSL184.74º46.34%32.16%-
HSV(B)184.74º63.33%47.06%-
XYZ10.4513.9319.91-
YUV93.75142.8192.51-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.83%
GREEN value IS 114 (44.92% from 255) = 41.01%
BLUE value IS 120 (47.27% from 255) = 43.17%
R=15.83%
G=41.01%
B=43.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal441141200.630.0500.53184.7446.3432.16
Hex2C72783F5035b92e20
Octal541621707750652715640
Binary10110011100101111000111111101011010110111001101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,114,120); }

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

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

 a { background-color: rgb(44,114,120); }

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

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

 span { border-color: rgb(44,114,120); }

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