Html Css Color HEX #337271 Atoll

📋 copy color: '#337271'

red 51 ◦ green 114 ◦ blue 113

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

Shades of Atoll #337271

Tints of Atoll #337271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.01%

 BLUE value IS 113 (44.53% from 255) = 40.65%

R = 18.35%
G = 41.01%
B = 40.65%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#337271 (or 0x337271) is known color: Atoll. HEX triplet: 33, 72 and 71. RGB value is (51,114,113). Sum of RGB (Red+Green+Blue) = 51+114+113=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #337271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337271 is #CC8D8E. Grayscale: #5E5E5E. Windows color (decimal): -13405583 or 7434803. OLE color: 7434803.

HSL color Cylindrical-coordinate representation of color #337271: hue angle of 179.05º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #337271 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 114 113 -
CMYK 0.55 0 0.01 0.55
HSL 179.05º 0.38% 0.32% -
HSV(B) 179.05º 0.55% 0.45% -
XYZ 10.36 13.93 17.77 -
YUV 95.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 51 114 113 0.55 0 0.01 0.55 179.05 0.38 0.32
Hex 33 72 71 37 0 1 37 B3 26 20
Octal 63 162 161 67 0 1 67 263 46 40
Binary 110011 1110010 1110001 110111 0 1 110111 10110011 100110 100000

Color Harmonies of #337271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337271

Black with #337271

Text Example


Text Example

White with #337271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337271; }

 p { color: rgb(51,114,113); }

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

background-color css

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

 a { background-color: rgb(51,114,113); }

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

border-color css

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

 span { border-color: rgb(51,114,113); }

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