Html Css Color HEX #347D81 Atoll

📋 copy color: '#347D81'

red 52 ◦ green 125 ◦ blue 129

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

Shades of Atoll #347D81

Tints of Atoll #347D81

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.85%

 BLUE value IS 129 (50.78% from 255) = 42.16%

R = 16.99%
G = 40.85%
B = 42.16%

CMYK

 C value IS 0.60

 M value IS 0.03

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#347D81 (or 0x347D81) is known color: Atoll. HEX triplet: 34, 7D and 81. RGB value is (52,125,129). Sum of RGB (Red+Green+Blue) = 52+125+129=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: blue. Hex color #347D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347D81 is #CB827E. Grayscale: #676767. Windows color (decimal): -13337215 or 8486196. OLE color: 8486196.

HSL color Cylindrical-coordinate representation of color #347D81: hue angle of 183.12º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #347D81 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 125 129 -
CMYK 0.60 0.03 0 0.49
HSL 183.12º 0.43% 0.35% -
HSV(B) 183.12º 0.6% 0.51% -
XYZ 12.71 16.98 23.38 -
YUV 103.63 142.32 91.17 -
System Red Green Blue C M Y K H S L
Decimal 52 125 129 0.60 0.03 0 0.49 183.12 0.43 0.35
Hex 34 7D 81 3C 3 0 31 B7 2B 23
Octal 64 175 201 74 3 0 61 267 53 43
Binary 110100 1111101 10000001 111100 11 0 110001 10110111 101011 100011

Color Harmonies of #347D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347D81

Black with #347D81

Text Example


Text Example

White with #347D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,125,129); }

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

background-color css

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

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

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

border-color css

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

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

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