Html Css Color HEX #337376 Atoll

📋 copy color: '#337376'

red 51 ◦ green 115 ◦ blue 118

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

Shades of Atoll #337376

Tints of Atoll #337376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.49%

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

R = 17.96%
G = 40.49%
B = 41.55%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#337376 (or 0x337376) is known color: Atoll. HEX triplet: 33, 73 and 76. RGB value is (51,115,118). Sum of RGB (Red+Green+Blue) = 51+115+118=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 118 - color contains mainly: blue. Hex color #337376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337376 is #CC8C89. Grayscale: #606060. Windows color (decimal): -13405322 or 7762739. OLE color: 7762739.

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

Color convert

RGB 51 115 118 -
CMYK 0.57 0.03 0 0.54
HSL 182.69º 0.4% 0.33% -
HSV(B) 182.69º 0.57% 0.46% -
XYZ 10.77 14.27 19.33 -
YUV 96.21 140.3 95.76 -
System Red Green Blue C M Y K H S L
Decimal 51 115 118 0.57 0.03 0 0.54 182.69 0.4 0.33
Hex 33 73 76 39 3 0 36 B7 28 21
Octal 63 163 166 71 3 0 66 267 50 41
Binary 110011 1110011 1110110 111001 11 0 110110 10110111 101000 100001

Color Harmonies of #337376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337376

Black with #337376

Text Example


Text Example

White with #337376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337376; }

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

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

background-color css

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

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

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

border-color css

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

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

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