Html Css Color HEX #337A79 Atoll

📋 copy color: '#337A79'

red 51 ◦ green 122 ◦ blue 121

#337A79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atoll #337A79

Tints of Atoll #337A79

RGB

 RED value IS 51 (20.31% from 255) = 17.35%

 GREEN value IS 122 (48.05% from 255) = 41.5%

 BLUE value IS 121 (47.66% from 255) = 41.16%

R = 17.35%
G = 41.5%
B = 41.16%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#337A79 (or 0x337A79) is known color: Atoll. HEX triplet: 33, 7A and 79. RGB value is (51,122,121). Sum of RGB (Red+Green+Blue) = 51+122+121=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 122 - color contains mainly: green. Hex color #337A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337A79 is #CC8586. Grayscale: #646464. Windows color (decimal): -13403527 or 7961139. OLE color: 7961139.

HSL color Cylindrical-coordinate representation of color #337A79: hue angle of 179.15º 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 #337A79 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 122 121 -
CMYK 0.58 0 0.01 0.52
HSL 179.15º 0.41% 0.34% -
HSV(B) 179.15º 0.58% 0.48% -
XYZ 11.78 16 20.56 -
YUV 100.66 139.48 92.58 -
System Red Green Blue C M Y K H S L
Decimal 51 122 121 0.58 0 0.01 0.52 179.15 0.41 0.34
Hex 33 7A 79 3A 0 1 34 B3 29 22
Octal 63 172 171 72 0 1 64 263 51 42
Binary 110011 1111010 1111001 111010 0 1 110100 10110011 101001 100010

Color Harmonies of #337A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337A79

Black with #337A79

Text Example


Text Example

White with #337A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337A79; }

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

 H1.HeaderClassName
 {
   color: #337A79;
 }
 .AnyTagClassName
 {
   color: #337A79;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #337A79;
 }
 .BgClassName
 {
   background-color: #337A79;
 }
</style>

border-color css

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

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

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