#337074

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

Shades of Atoll #337074

Tints of Atoll #337074

Color information

#337074 (or 0x337074) is unknown color: approx Atoll. HEX triplet: 33, 70 and 74. RGB value is (51,112,116). Sum of RGB (Red+Green+Blue) = 51+112+116=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 116 - color contains mainly: blue. Hex color #337074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337074 is #CC8F8B. Grayscale: #5E5E5E. Windows color (decimal): -13406092 or 7630899. OLE color: 7630899.

HSL color Cylindrical-coordinate representation of color #337074: hue angle of 183.69º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337074 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB51112116-
CMYK0.560.0300.55
HSL183.69º38.92%32.75%-
HSV(B)183.69º56.03%45.49%-
XYZ10.3113.5518.6-
YUV94.22140.2997.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.28%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 116 (45.70% from 255) = 41.58%
R=18.28%
G=40.14%
B=41.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511121160.560.0300.55183.6938.9232.75
Hex337074383037b82721
Octal631601647030672704741
Binary1100111110000111010011100011011011110111000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337074; }

 p { color: rgb(51,112,116); }

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

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

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

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

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

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

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