#34777B

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

Shades of Atoll #34777B

Tints of Atoll #34777B

Color information

#34777B (or 0x34777B) is unknown color: approx Atoll. HEX triplet: 34, 77 and 7B. RGB value is (52,119,123). Sum of RGB (Red+Green+Blue) = 52+119+123=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 123 - color contains mainly: blue. Hex color #34777B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34777B is #CB8884. Grayscale: #636363. Windows color (decimal): -13338757 or 8091444. OLE color: 8091444.

HSL color Cylindrical-coordinate representation of color #34777B: hue angle of 183.38º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34777B is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB52119123-
CMYK0.580.0300.52
HSL183.38º40.57%34.31%-
HSV(B)183.38º57.72%48.24%-
XYZ11.5915.3521.09-
YUV99.42141.394.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 119 (46.88% from 255) = 40.48%
BLUE value IS 123 (48.44% from 255) = 41.84%
R=17.69%
G=40.48%
B=41.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal521191230.580.0300.52183.3840.5734.31
Hex34777B3A3034b72922
Octal641671737230642675142
Binary1101001110111111101111101011011010010110111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34777B; }

 p { color: rgb(52,119,123); }

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

<style>
 a { background-color: #34777B; }

 a { background-color: rgb(52,119,123); }

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

<style>
 span { border-color: #34777B; }

 span { border-color: rgb(52,119,123); }

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