#34747D

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

Shades of Atoll #34747D

Tints of Atoll #34747D

Color information

#34747D (or 0x34747D) is unknown color: approx Atoll. HEX triplet: 34, 74 and 7D. RGB value is (52,116,125). Sum of RGB (Red+Green+Blue) = 52+116+125=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 125 - color contains mainly: blue. Hex color #34747D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34747D is #CB8B82. Grayscale: #616161. Windows color (decimal): -13339523 or 8221748. OLE color: 8221748.

HSL color Cylindrical-coordinate representation of color #34747D: hue angle of 187.4º 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 #34747D is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB52116125-
CMYK0.580.0700.51
HSL187.4º41.24%34.71%-
HSV(B)187.4º58.4%49.02%-
XYZ11.3614.721.64-
YUV97.89143.395.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.75%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 125 (49.22% from 255) = 42.66%
R=17.75%
G=39.59%
B=42.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521161250.580.0700.51187.441.2434.71
Hex34747D3A7033bb2923
Octal641641757270632735143
Binary11010011101001111101111010111011001110111011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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