Html Css Color HEX #337776 Atoll

📋 copy color: '#337776'

red 51 ◦ green 119 ◦ blue 118

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

Shades of Atoll #337776

Tints of Atoll #337776

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.32%

 BLUE value IS 118 (46.48% from 255) = 40.97%

R = 17.71%
G = 41.32%
B = 40.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#337776 (or 0x337776) is known color: Atoll. HEX triplet: 33, 77 and 76. RGB value is (51,119,118). Sum of RGB (Red+Green+Blue) = 51+119+118=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #337776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337776 is #CC8889. Grayscale: #626262. Windows color (decimal): -13404298 or 7763763. OLE color: 7763763.

HSL color Cylindrical-coordinate representation of color #337776: hue angle of 179.12º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337776 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 119 118 -
CMYK 0.57 0 0.01 0.53
HSL 179.12º 0.4% 0.33% -
HSV(B) 179.12º 0.57% 0.47% -
XYZ 11.23 15.21 19.48 -
YUV 98.55 138.97 94.08 -
System Red Green Blue C M Y K H S L
Decimal 51 119 118 0.57 0 0.01 0.53 179.12 0.4 0.33
Hex 33 77 76 39 0 1 35 B3 28 21
Octal 63 167 166 71 0 1 65 263 50 41
Binary 110011 1110111 1110110 111001 0 1 110101 10110011 101000 100001

Color Harmonies of #337776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337776

Black with #337776

Text Example


Text Example

White with #337776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337776; }

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

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

background-color css

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

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

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

border-color css

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

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

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