#34767F

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

Shades of Atoll #34767F

Tints of Atoll #34767F

Color information

#34767F (or 0x34767F) is unknown color: approx Atoll. HEX triplet: 34, 76 and 7F. RGB value is (52,118,127). Sum of RGB (Red+Green+Blue) = 52+118+127=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 127 - color contains mainly: blue. Hex color #34767F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34767F is #CB8980. Grayscale: #636363. Windows color (decimal): -13339009 or 8353332. OLE color: 8353332.

HSL color Cylindrical-coordinate representation of color #34767F: hue angle of 187.2º 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 #34767F is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB52118127-
CMYK0.590.0700.50
HSL187.2º41.9%35.1%-
HSV(B)187.2º59.06%49.8%-
XYZ11.7315.2222.4-
YUV99.29143.6394.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 118 (46.48% from 255) = 39.73%
BLUE value IS 127 (50% from 255) = 42.76%
R=17.51%
G=39.73%
B=42.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal521181270.590.0700.50187.241.935.1
Hex34767F3B7032bb2a23
Octal641661777370622735243
Binary11010011101101111111111011111011001010111011101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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