#34737F

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

Shades of Atoll #34737F

Tints of Atoll #34737F

Color information

#34737F (or 0x34737F) is unknown color: approx Atoll. HEX triplet: 34, 73 and 7F. RGB value is (52,115,127). Sum of RGB (Red+Green+Blue) = 52+115+127=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #34737F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34737F is #CB8C80. Grayscale: #616161. Windows color (decimal): -13339777 or 8352564. OLE color: 8352564.

HSL color Cylindrical-coordinate representation of color #34737F: hue angle of 189.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34737F is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB52115127-
CMYK0.590.0900.50
HSL189.6º41.9%35.1%-
HSV(B)189.6º59.06%49.8%-
XYZ11.3814.5222.28-
YUV97.53144.6395.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 115 (45.31% from 255) = 39.12%
BLUE value IS 127 (50% from 255) = 43.20%
R=17.69%
G=39.12%
B=43.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal521151270.590.0900.50189.641.935.1
Hex34737F3B9032be2a23
Octal6416317773110622765243
Binary110100111001111111111110111001011001010111110101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34737F; }

 p { color: rgb(52,115,127); }

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

<style>
 a { background-color: #34737F; }

 a { background-color: rgb(52,115,127); }

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

<style>
 span { border-color: #34737F; }

 span { border-color: rgb(52,115,127); }

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