#337B7C

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

Shades of Atoll #337B7C

Tints of Atoll #337B7C

Color information

#337B7C (or 0x337B7C) is unknown color: approx Atoll. HEX triplet: 33, 7B and 7C. RGB value is (51,123,124). Sum of RGB (Red+Green+Blue) = 51+123+124=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #337B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337B7C is #CC8483. Grayscale: #656565. Windows color (decimal): -13403268 or 8158003. OLE color: 8158003.

HSL color Cylindrical-coordinate representation of color #337B7C: hue angle of 180.82º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337B7C is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB51123124-
CMYK0.590.0100.51
HSL180.82º41.71%34.31%-
HSV(B)180.82º58.87%48.63%-
XYZ12.0916.3221.58-
YUV101.59140.6591.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.11%
GREEN value IS 123 (48.44% from 255) = 41.28%
BLUE value IS 124 (48.83% from 255) = 41.61%
R=17.11%
G=41.28%
B=41.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511231240.590.0100.51180.8241.7134.31
Hex337B7C3B1033b52a22
Octal631731747310632655242
Binary110011111101111111001110111011001110110101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337B7C; }

 p { color: rgb(51,123,124); }

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

<style>
 a { background-color: #337B7C; }

 a { background-color: rgb(51,123,124); }

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

<style>
 span { border-color: #337B7C; }

 span { border-color: rgb(51,123,124); }

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