#337682

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

Shades of Atoll #337682

Tints of Atoll #337682

Color information

#337682 (or 0x337682) is unknown color: approx Atoll. HEX triplet: 33, 76 and 82. RGB value is (51,118,130). Sum of RGB (Red+Green+Blue) = 51+118+130=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #337682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337682 is #CC897D. Grayscale: #636363. Windows color (decimal): -13404542 or 8549939. OLE color: 8549939.

HSL color Cylindrical-coordinate representation of color #337682: hue angle of 189.11º 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 #337682 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB51118130-
CMYK0.610.0900.49
HSL189.11º43.65%35.49%-
HSV(B)189.11º60.77%50.98%-
XYZ11.8715.2723.44-
YUV99.33145.393.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.06%
GREEN value IS 118 (46.48% from 255) = 39.46%
BLUE value IS 130 (51.17% from 255) = 43.48%
R=17.06%
G=39.46%
B=43.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511181300.610.0900.49189.1143.6535.49
Hex3376823D9031bd2c23
Octal6316620275110612755443
Binary1100111110110100000101111011001011000110111101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337682; }

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

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

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

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

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

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

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

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