#337F84

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

Shades of Atoll #337F84

Tints of Atoll #337F84

Color information

#337F84 (or 0x337F84) is unknown color: approx Atoll. HEX triplet: 33, 7F and 84. RGB value is (51,127,132). Sum of RGB (Red+Green+Blue) = 51+127+132=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #337F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337F84 is #CC807B. Grayscale: #686868. Windows color (decimal): -13402236 or 8683315. OLE color: 8683315.

HSL color Cylindrical-coordinate representation of color #337F84: hue angle of 183.7º degrees, saturation: 0.44, 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 #337F84 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB51127132-
CMYK0.610.0400.48
HSL183.7º44.26%35.88%-
HSV(B)183.7º61.36%51.76%-
XYZ13.1217.5524.53-
YUV104.85143.3289.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.45%
GREEN value IS 127 (50% from 255) = 40.97%
BLUE value IS 132 (51.95% from 255) = 42.58%
R=16.45%
G=40.97%
B=42.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511271320.610.0400.48183.744.2635.88
Hex337F843D4030b82c24
Octal631772047540602705444
Binary110011111111110000100111101100011000010111000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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