#2D757B

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

Shades of Atoll #2D757B

Tints of Atoll #2D757B

Color information

#2D757B (or 0x2D757B) is unknown color: approx Atoll. HEX triplet: 2D, 75 and 7B. RGB value is (45,117,123). Sum of RGB (Red+Green+Blue) = 45+117+123=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 123 - color contains mainly: blue. Hex color #2D757B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D757B is #D28A84. Grayscale: #606060. Windows color (decimal): -13798021 or 8090925. OLE color: 8090925.

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

Color convert

RGB45117123-
CMYK0.630.0500.52
HSL184.62º46.43%32.94%-
HSV(B)184.62º63.41%48.24%-
XYZ11.0214.7121-
YUV96.16143.1591.51-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.79%
GREEN value IS 117 (46.09% from 255) = 41.05%
BLUE value IS 123 (48.44% from 255) = 43.16%
R=15.79%
G=41.05%
B=43.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal451171230.630.0500.52184.6246.4332.94
Hex2D757B3F5034b92e21
Octal551651737750642715641
Binary10110111101011111011111111101011010010111001101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,117,123); }

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

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

 a { background-color: rgb(45,117,123); }

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

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

 span { border-color: rgb(45,117,123); }

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