Html Css Color HEX #337978 Atoll

📋 copy color: '#337978'

red 51 ◦ green 121 ◦ blue 120

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

Shades of Atoll #337978

Tints of Atoll #337978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.44%

 BLUE value IS 120 (47.27% from 255) = 41.1%

R = 17.47%
G = 41.44%
B = 41.1%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#337978 (or 0x337978) is known color: Atoll. HEX triplet: 33, 79 and 78. RGB value is (51,121,120). Sum of RGB (Red+Green+Blue) = 51+121+120=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 121 - color contains mainly: green. Hex color #337978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337978 is #CC8687. Grayscale: #636363. Windows color (decimal): -13403784 or 7895347. OLE color: 7895347.

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

Color convert

RGB 51 121 120 -
CMYK 0.58 0 0.01 0.53
HSL 179.14º 0.41% 0.34% -
HSV(B) 179.14º 0.58% 0.47% -
XYZ 11.59 15.73 20.2 -
YUV 99.96 139.31 93.08 -
System Red Green Blue C M Y K H S L
Decimal 51 121 120 0.58 0 0.01 0.53 179.14 0.41 0.34
Hex 33 79 78 3A 0 1 35 B3 29 22
Octal 63 171 170 72 0 1 65 263 51 42
Binary 110011 1111001 1111000 111010 0 1 110101 10110011 101001 100010

Color Harmonies of #337978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337978

Black with #337978

Text Example


Text Example

White with #337978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337978; }

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

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

background-color css

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

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

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

border-color css

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

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

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