#337277

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

Shades of Atoll #337277

Tints of Atoll #337277

Color information

#337277 (or 0x337277) is unknown color: approx Atoll. HEX triplet: 33, 72 and 77. RGB value is (51,114,119). Sum of RGB (Red+Green+Blue) = 51+114+119=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #337277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337277 is #CC8D88. Grayscale: #5F5F5F. Windows color (decimal): -13405577 or 7828019. OLE color: 7828019.

HSL color Cylindrical-coordinate representation of color #337277: hue angle of 184.41º 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 #337277 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB51114119-
CMYK0.570.0400.53
HSL184.41º40%33.33%-
HSV(B)184.41º57.14%46.67%-
XYZ10.7114.0719.6-
YUV95.73141.1396.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.96%
GREEN value IS 114 (44.92% from 255) = 40.14%
BLUE value IS 119 (46.88% from 255) = 41.90%
R=17.96%
G=40.14%
B=41.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal511141190.570.0400.53184.414033.33
Hex337277394035b82821
Octal631621677140652705041
Binary11001111100101110111111001100011010110111000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337277; }

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

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

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

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

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

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

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

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