#2D7278

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

Shades of Atoll #2D7278

Tints of Atoll #2D7278

Color information

#2D7278 (or 0x2D7278) is unknown color: approx Atoll. HEX triplet: 2D, 72 and 78. RGB value is (45,114,120). Sum of RGB (Red+Green+Blue) = 45+114+120=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D7278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7278 is #D28D87. Grayscale: #5D5D5D. Windows color (decimal): -13798792 or 7893549. OLE color: 7893549.

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

Color convert

RGB45114120-
CMYK0.630.0500.53
HSL184.8º45.45%32.35%-
HSV(B)184.8º62.5%47.06%-
XYZ10.4913.9519.91-
YUV94.05142.6493.01-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.13%
GREEN value IS 114 (44.92% from 255) = 40.86%
BLUE value IS 120 (47.27% from 255) = 43.01%
R=16.13%
G=40.86%
B=43.01%

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
Decimal451141200.630.0500.53184.845.4532.35
Hex2D72783F5035b92d20
Octal551621707750652715540
Binary10110111100101111000111111101011010110111001101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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