Html Css Color HEX #337679 Atoll

📋 copy color: '#337679'

red 51 ◦ green 118 ◦ blue 121

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

Shades of Atoll #337679

Tints of Atoll #337679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.69%

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

R = 17.59%
G = 40.69%
B = 41.72%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#337679 (or 0x337679) is known color: Atoll. HEX triplet: 33, 76 and 79. RGB value is (51,118,121). Sum of RGB (Red+Green+Blue) = 51+118+121=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 121 - color contains mainly: blue. Hex color #337679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337679 is #CC8986. Grayscale: #626262. Windows color (decimal): -13404551 or 7960115. OLE color: 7960115.

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

Color convert

RGB 51 118 121 -
CMYK 0.58 0.02 0 0.53
HSL 182.57º 0.41% 0.34% -
HSV(B) 182.57º 0.58% 0.47% -
XYZ 11.29 15.04 20.4 -
YUV 98.31 140.8 94.26 -
System Red Green Blue C M Y K H S L
Decimal 51 118 121 0.58 0.02 0 0.53 182.57 0.41 0.34
Hex 33 76 79 3A 2 0 35 B7 29 22
Octal 63 166 171 72 2 0 65 267 51 42
Binary 110011 1110110 1111001 111010 10 0 110101 10110111 101001 100010

Color Harmonies of #337679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337679

Black with #337679

Text Example


Text Example

White with #337679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337679; }

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

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

background-color css

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

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

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

border-color css

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

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

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