#34727D

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

Shades of Atoll #34727D

Tints of Atoll #34727D

Color information

#34727D (or 0x34727D) is unknown color: approx Atoll. HEX triplet: 34, 72 and 7D. RGB value is (52,114,125). Sum of RGB (Red+Green+Blue) = 52+114+125=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 125 - color contains mainly: blue. Hex color #34727D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34727D is #CB8D82. Grayscale: #606060. Windows color (decimal): -13340035 or 8221236. OLE color: 8221236.

HSL color Cylindrical-coordinate representation of color #34727D: hue angle of 189.04º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34727D is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB52114125-
CMYK0.580.0900.51
HSL189.04º41.24%34.71%-
HSV(B)189.04º58.4%49.02%-
XYZ11.1414.2521.56-
YUV96.72143.9696.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.87%
GREEN value IS 114 (44.92% from 255) = 39.18%
BLUE value IS 125 (49.22% from 255) = 42.96%
R=17.87%
G=39.18%
B=42.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521141250.580.0900.51189.0441.2434.71
Hex34727D3A9033bd2923
Octal6416217572110632755143
Binary110100111001011111011110101001011001110111101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34727D; }

 p { color: rgb(52,114,125); }

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

<style>
 a { background-color: #34727D; }

 a { background-color: rgb(52,114,125); }

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

<style>
 span { border-color: #34727D; }

 span { border-color: rgb(52,114,125); }

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