#34847F

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

Shades of Atoll #34847F

Tints of Atoll #34847F

Color information

#34847F (or 0x34847F) is unknown color: approx Atoll. HEX triplet: 34, 84 and 7F. RGB value is (52,132,127). Sum of RGB (Red+Green+Blue) = 52+132+127=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #34847F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34847F is #CB7B80. Grayscale: #6B6B6B. Windows color (decimal): -13335425 or 8356916. OLE color: 8356916.

HSL color Cylindrical-coordinate representation of color #34847F: hue angle of 176.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34847F is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB52132127-
CMYK0.6100.040.48
HSL176.25º43.48%36.08%-
HSV(B)176.25º60.61%51.76%-
XYZ13.518.7622.99-
YUV107.5113988.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.72%
GREEN value IS 132 (51.95% from 255) = 42.44%
BLUE value IS 127 (50% from 255) = 40.84%
R=16.72%
G=42.44%
B=40.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521321270.6100.040.48176.2543.4836.08
Hex34847F3D0430b02b24
Octal642041777504602605344
Binary110100100001001111111111101010011000010110000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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