#336F7A

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

Shades of Atoll #336F7A

Tints of Atoll #336F7A

Color information

#336F7A (or 0x336F7A) is unknown color: approx Atoll. HEX triplet: 33, 6F and 7A. RGB value is (51,111,122). Sum of RGB (Red+Green+Blue) = 51+111+122=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 122 - color contains mainly: blue. Hex color #336F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F7A is #CC9085. Grayscale: #5E5E5E. Windows color (decimal): -13406342 or 8023859. OLE color: 8023859.

HSL color Cylindrical-coordinate representation of color #336F7A: hue angle of 189.3º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #336F7A is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB51111122-
CMYK0.580.0900.52
HSL189.3º41.04%33.92%-
HSV(B)189.3º58.2%47.84%-
XYZ10.5613.4820.46-
YUV94.31143.6297.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.96%
GREEN value IS 111 (43.75% from 255) = 39.08%
BLUE value IS 122 (48.05% from 255) = 42.96%
R=17.96%
G=39.08%
B=42.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal511111220.580.0900.52189.341.0433.92
Hex336F7A3A9034bd2922
Octal6315717272110642755142
Binary110011110111111110101110101001011010010111101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336F7A; }

 p { color: rgb(51,111,122); }

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

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

 a { background-color: rgb(51,111,122); }

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

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

 span { border-color: rgb(51,111,122); }

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