Html Css Color HEX #337172 Atoll

📋 copy color: '#337172'

red 51 ◦ green 113 ◦ blue 114

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

Shades of Atoll #337172

Tints of Atoll #337172

RGB

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

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

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

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

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

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

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

Color convert

RGB 51 113 114 -
CMYK 0.55 0.01 0 0.55
HSL 180.95º 0.38% 0.32% -
HSV(B) 180.95º 0.55% 0.45% -
XYZ 10.31 13.73 18.03 -
YUV 94.58 138.96 96.92 -
System Red Green Blue C M Y K H S L
Decimal 51 113 114 0.55 0.01 0 0.55 180.95 0.38 0.32
Hex 33 71 72 37 1 0 37 B5 26 20
Octal 63 161 162 67 1 0 67 265 46 40
Binary 110011 1110001 1110010 110111 1 0 110111 10110101 100110 100000

Color Harmonies of #337172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337172

Black with #337172

Text Example


Text Example

White with #337172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337172; }

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

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

background-color css

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

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

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

border-color css

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

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

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