#2D6769

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

Shades of Atoll #2D6769

Tints of Atoll #2D6769

Color information

#2D6769 (or 0x2D6769) is unknown color: approx Atoll. HEX triplet: 2D, 67 and 69. RGB value is (45,103,105). Sum of RGB (Red+Green+Blue) = 45+103+105=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 105 - color contains mainly: blue. Hex color #2D6769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6769 is #D29896. Grayscale: #555555. Windows color (decimal): -13801623 or 6907693. OLE color: 6907693.

HSL color Cylindrical-coordinate representation of color #2D6769: hue angle of 182º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D6769 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB45103105-
CMYK0.570.0200.59
HSL182º40%29.41%-
HSV(B)182º57.14%41.18%-
XYZ8.4811.2815.09-
YUV85.89138.7898.84-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.79%
GREEN value IS 103 (40.62% from 255) = 40.71%
BLUE value IS 105 (41.41% from 255) = 41.50%
R=17.79%
G=40.71%
B=41.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal451031050.570.0200.591824029.41
Hex2D676939203Bb6281d
Octal551471517120732665035
Binary101101110011111010011110011001110111011011010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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