#337777

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

Shades of Atoll #337777

Tints of Atoll #337777

Color information

#337777 (or 0x337777) is unknown color: approx Atoll. HEX triplet: 33, 77 and 77. RGB value is (51,119,119). Sum of RGB (Red+Green+Blue) = 51+119+119=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #337777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337777 is #CC8888. Grayscale: #626262. Windows color (decimal): -13404297 or 7829299. OLE color: 7829299.

HSL color Cylindrical-coordinate representation of color #337777: hue angle of 180º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337777 is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB51119119-
CMYK0.57000.53
HSL180º40%33.33%-
HSV(B)180º57.14%46.67%-
XYZ11.2915.2319.8-
YUV98.67139.4794-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.65%
GREEN value IS 119 (46.88% from 255) = 41.18%
BLUE value IS 119 (46.88% from 255) = 41.18%
R=17.65%
G=41.18%
B=41.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal511191190.57000.531804033.33
Hex337777390035b42821
Octal631671677100652645041
Binary110011111011111101111110010011010110110100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337777; }

 p { color: rgb(51,119,119); }

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

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

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

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

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

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

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