Html Css Color HEX #347781 Atoll

📋 copy color: '#347781'

red 52 ◦ green 119 ◦ blue 129

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

Shades of Atoll #347781

Tints of Atoll #347781

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.67%

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

R = 17.33%
G = 39.67%
B = 43%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#347781 (or 0x347781) is known color: Atoll. HEX triplet: 34, 77 and 81. RGB value is (52,119,129). Sum of RGB (Red+Green+Blue) = 52+119+129=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 129 - color contains mainly: blue. Hex color #347781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347781 is #CB887E. Grayscale: #636363. Windows color (decimal): -13338751 or 8484660. OLE color: 8484660.

HSL color Cylindrical-coordinate representation of color #347781: hue angle of 187.79º 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 #347781 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 119 129 -
CMYK 0.60 0.08 0 0.49
HSL 187.79º 0.43% 0.35% -
HSV(B) 187.79º 0.6% 0.51% -
XYZ 11.98 15.51 23.13 -
YUV 100.11 144.3 93.69 -
System Red Green Blue C M Y K H S L
Decimal 52 119 129 0.60 0.08 0 0.49 187.79 0.43 0.35
Hex 34 77 81 3C 8 0 31 BC 2B 23
Octal 64 167 201 74 10 0 61 274 53 43
Binary 110100 1110111 10000001 111100 1000 0 110001 10111100 101011 100011

Color Harmonies of #347781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347781

Black with #347781

Text Example


Text Example

White with #347781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347781; }

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

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

background-color css

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

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

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

border-color css

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

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

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