#337982

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

Shades of Atoll #337982

Tints of Atoll #337982

Color information

#337982 (or 0x337982) is unknown color: approx Atoll. HEX triplet: 33, 79 and 82. RGB value is (51,121,130). Sum of RGB (Red+Green+Blue) = 51+121+130=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 130 - color contains mainly: blue. Hex color #337982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337982 is #CC867D. Grayscale: #646464. Windows color (decimal): -13403774 or 8550707. OLE color: 8550707.

HSL color Cylindrical-coordinate representation of color #337982: hue angle of 186.84º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #337982 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB51121130-
CMYK0.610.0700.49
HSL186.84º43.65%35.49%-
HSV(B)186.84º60.77%50.98%-
XYZ12.2315.9923.56-
YUV101.1144.3192.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.89%
GREEN value IS 121 (47.66% from 255) = 40.07%
BLUE value IS 130 (51.17% from 255) = 43.05%
R=16.89%
G=40.07%
B=43.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511211300.610.0700.49186.8443.6535.49
Hex3379823D7031bb2c23
Octal631712027570612735443
Binary110011111100110000010111101111011000110111011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337982; }

 p { color: rgb(51,121,130); }

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

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

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

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

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

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

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