Html Css Color HEX #347981 Atoll

📋 copy color: '#347981'

red 52 ◦ green 121 ◦ blue 129

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

Shades of Atoll #347981

Tints of Atoll #347981

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.07%

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

R = 17.22%
G = 40.07%
B = 42.72%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#347981 (or 0x347981) is known color: Atoll. HEX triplet: 34, 79 and 81. RGB value is (52,121,129). Sum of RGB (Red+Green+Blue) = 52+121+129=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 129 - color contains mainly: blue. Hex color #347981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347981 is #CB867E. Grayscale: #656565. Windows color (decimal): -13338239 or 8485172. OLE color: 8485172.

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

Color convert

RGB 52 121 129 -
CMYK 0.60 0.06 0 0.49
HSL 186.23º 0.43% 0.35% -
HSV(B) 186.23º 0.6% 0.51% -
XYZ 12.22 15.99 23.21 -
YUV 101.28 143.64 92.85 -
System Red Green Blue C M Y K H S L
Decimal 52 121 129 0.60 0.06 0 0.49 186.23 0.43 0.35
Hex 34 79 81 3C 6 0 31 BA 2B 23
Octal 64 171 201 74 6 0 61 272 53 43
Binary 110100 1111001 10000001 111100 110 0 110001 10111010 101011 100011

Color Harmonies of #347981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347981

Black with #347981

Text Example


Text Example

White with #347981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347981; }

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

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

background-color css

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

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

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

border-color css

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

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

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