Html Css Color HEX #337574 Atoll

📋 copy color: '#337574'

red 51 ◦ green 117 ◦ blue 116

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

Shades of Atoll #337574

Tints of Atoll #337574

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.2%

 BLUE value IS 116 (45.7% from 255) = 40.85%

R = 17.96%
G = 41.2%
B = 40.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#337574 (or 0x337574) is known color: Atoll. HEX triplet: 33, 75 and 74. RGB value is (51,117,116). Sum of RGB (Red+Green+Blue) = 51+117+116=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #337574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337574 is #CC8A8B. Grayscale: #616161. Windows color (decimal): -13404812 or 7632179. OLE color: 7632179.

HSL color Cylindrical-coordinate representation of color #337574: hue angle of 179.09º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337574 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 117 116 -
CMYK 0.56 0 0.01 0.54
HSL 179.09º 0.39% 0.33% -
HSV(B) 179.09º 0.56% 0.46% -
XYZ 10.88 14.69 18.78 -
YUV 97.15 138.63 95.08 -
System Red Green Blue C M Y K H S L
Decimal 51 117 116 0.56 0 0.01 0.54 179.09 0.39 0.33
Hex 33 75 74 38 0 1 36 B3 27 21
Octal 63 165 164 70 0 1 66 263 47 41
Binary 110011 1110101 1110100 111000 0 1 110110 10110011 100111 100001

Color Harmonies of #337574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337574

Black with #337574

Text Example


Text Example

White with #337574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337574; }

 p { color: rgb(51,117,116); }

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

background-color css

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

 a { background-color: rgb(51,117,116); }

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

border-color css

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

 span { border-color: rgb(51,117,116); }

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