#337681

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

Shades of Atoll #337681

Tints of Atoll #337681

Color information

#337681 (or 0x337681) is unknown color: approx Atoll. HEX triplet: 33, 76 and 81. RGB value is (51,118,129). Sum of RGB (Red+Green+Blue) = 51+118+129=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 129 - color contains mainly: blue. Hex color #337681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337681 is #CC897E. Grayscale: #636363. Windows color (decimal): -13404543 or 8484403. OLE color: 8484403.

HSL color Cylindrical-coordinate representation of color #337681: hue angle of 188.46º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337681 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB51118129-
CMYK0.600.0900.49
HSL188.46º43.33%35.29%-
HSV(B)188.46º60.47%50.59%-
XYZ11.8115.2523.09-
YUV99.22144.893.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.11%
GREEN value IS 118 (46.48% from 255) = 39.60%
BLUE value IS 129 (50.78% from 255) = 43.29%
R=17.11%
G=39.60%
B=43.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511181290.600.0900.49188.4643.3335.29
Hex3376813C9031bc2b23
Octal6316620174110612745343
Binary1100111110110100000011111001001011000110111100101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337681; }

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

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

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

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

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

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

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

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