Html Css Color HEX #337279 Atoll

📋 copy color: '#337279'

red 51 ◦ green 114 ◦ blue 121

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

Shades of Atoll #337279

Tints of Atoll #337279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.86%

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

R = 17.83%
G = 39.86%
B = 42.31%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#337279 (or 0x337279) is known color: Atoll. HEX triplet: 33, 72 and 79. RGB value is (51,114,121). Sum of RGB (Red+Green+Blue) = 51+114+121=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 121 - color contains mainly: blue. Hex color #337279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337279 is #CC8D86. Grayscale: #5F5F5F. Windows color (decimal): -13405575 or 7959091. OLE color: 7959091.

HSL color Cylindrical-coordinate representation of color #337279: hue angle of 186º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337279 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 114 121 -
CMYK 0.58 0.06 0 0.53
HSL 186º 0.41% 0.34% -
HSV(B) 186º 0.58% 0.47% -
XYZ 10.83 14.12 20.24 -
YUV 95.96 142.13 95.93 -
System Red Green Blue C M Y K H S L
Decimal 51 114 121 0.58 0.06 0 0.53 186 0.41 0.34
Hex 33 72 79 3A 6 0 35 BA 29 22
Octal 63 162 171 72 6 0 65 272 51 42
Binary 110011 1110010 1111001 111010 110 0 110101 10111010 101001 100010

Color Harmonies of #337279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337279

Black with #337279

Text Example


Text Example

White with #337279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337279; }

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

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

background-color css

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

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

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

border-color css

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

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

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