Html Css Color HEX #347F7F Atoll

📋 copy color: '#347F7F'

red 52 ◦ green 127 ◦ blue 127

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

Shades of Atoll #347F7F

Tints of Atoll #347F7F

RGB

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

 GREEN value IS 127 (50% from 255) = 41.5%

 BLUE value IS 127 (50% from 255) = 41.5%

R = 16.99%
G = 41.5%
B = 41.5%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#347F7F (or 0x347F7F) is known color: Atoll. HEX triplet: 34, 7F and 7F. RGB value is (52,127,127). Sum of RGB (Red+Green+Blue) = 52+127+127=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 127 - color contains mainly: green, blue. Hex color #347F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F7F is #CB8080. Grayscale: #686868. Windows color (decimal): -13336705 or 8355636. OLE color: 8355636.

HSL color Cylindrical-coordinate representation of color #347F7F: hue angle of 180º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347F7F is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 127 127 -
CMYK 0.59 0 0 0.50
HSL 180º 0.42% 0.35% -
HSV(B) 180º 0.59% 0.5% -
XYZ 12.84 17.44 22.77 -
YUV 104.58 140.65 90.5 -
System Red Green Blue C M Y K H S L
Decimal 52 127 127 0.59 0 0 0.50 180 0.42 0.35
Hex 34 7F 7F 3B 0 0 32 B4 2A 23
Octal 64 177 177 73 0 0 62 264 52 43
Binary 110100 1111111 1111111 111011 0 0 110010 10110100 101010 100011

Color Harmonies of #347F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347F7F

Black with #347F7F

Text Example


Text Example

White with #347F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347F7F; }

 p { color: rgb(52,127,127); }

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

background-color css

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

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

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

border-color css

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

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

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