#2D6970

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

Shades of Atoll #2D6970

Tints of Atoll #2D6970

Color information

#2D6970 (or 0x2D6970) is unknown color: approx Atoll. HEX triplet: 2D, 69 and 70. RGB value is (45,105,112). Sum of RGB (Red+Green+Blue) = 45+105+112=262 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.18% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #2D6970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6970 is #D2968F. Grayscale: #575757. Windows color (decimal): -13801104 or 7366957. OLE color: 7366957.

HSL color Cylindrical-coordinate representation of color #2D6970: hue angle of 186.27º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D6970 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB45105112-
CMYK0.600.0600.56
HSL186.27º42.68%30.78%-
HSV(B)186.27º59.82%43.92%-
XYZ9.0611.8317.14-
YUV87.86141.6297.43-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.18%
GREEN value IS 105 (41.41% from 255) = 40.08%
BLUE value IS 112 (44.14% from 255) = 42.75%
R=17.18%
G=40.08%
B=42.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal451051120.600.0600.56186.2742.6830.78
Hex2D69703C6038ba2b1f
Octal551511607460702725337
Binary1011011101001111000011110011001110001011101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,105,112); }

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

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

 a { background-color: rgb(45,105,112); }

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

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

 span { border-color: rgb(45,105,112); }

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