Html Css Color HEX #347473 Atoll

📋 copy color: '#347473'

red 52 ◦ green 116 ◦ blue 115

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

Shades of Atoll #347473

Tints of Atoll #347473

RGB

 RED value IS 52 (20.7% from 255) = 18.37%

 GREEN value IS 116 (45.7% from 255) = 40.99%

 BLUE value IS 115 (45.31% from 255) = 40.64%

R = 18.37%
G = 40.99%
B = 40.64%

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

#347473 (or 0x347473) is known color: Atoll. HEX triplet: 34, 74 and 73. RGB value is (52,116,115). Sum of RGB (Red+Green+Blue) = 52+116+115=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #347473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347473 is #CB8B8C. Grayscale: #606060. Windows color (decimal): -13339533 or 7566388. OLE color: 7566388.

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

Color convert

RGB 52 116 115 -
CMYK 0.55 0 0.01 0.55
HSL 179.06º 0.38% 0.33% -
HSV(B) 179.06º 0.55% 0.45% -
XYZ 10.76 14.46 18.44 -
YUV 96.75 138.3 96.08 -
System Red Green Blue C M Y K H S L
Decimal 52 116 115 0.55 0 0.01 0.55 179.06 0.38 0.33
Hex 34 74 73 37 0 1 37 B3 26 21
Octal 64 164 163 67 0 1 67 263 46 41
Binary 110100 1110100 1110011 110111 0 1 110111 10110011 100110 100001

Color Harmonies of #347473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347473

Black with #347473

Text Example


Text Example

White with #347473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347473; }

 p { color: rgb(52,116,115); }

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

background-color css

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

 a { background-color: rgb(52,116,115); }

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

border-color css

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

 span { border-color: rgb(52,116,115); }

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