Html Css Color HEX #347578 Atoll

📋 copy color: '#347578'

red 52 ◦ green 117 ◦ blue 120

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

Shades of Atoll #347578

Tints of Atoll #347578

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.48%

 BLUE value IS 120 (47.27% from 255) = 41.52%

R = 17.99%
G = 40.48%
B = 41.52%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#347578 (or 0x347578) is known color: Atoll. HEX triplet: 34, 75 and 78. RGB value is (52,117,120). Sum of RGB (Red+Green+Blue) = 52+117+120=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 120 - color contains mainly: blue. Hex color #347578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347578 is #CB8A87. Grayscale: #616161. Windows color (decimal): -13339272 or 7894324. OLE color: 7894324.

HSL color Cylindrical-coordinate representation of color #347578: hue angle of 182.65º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #347578 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 117 120 -
CMYK 0.57 0.02 0 0.53
HSL 182.65º 0.4% 0.34% -
HSV(B) 182.65º 0.57% 0.47% -
XYZ 11.17 14.81 20.04 -
YUV 97.91 140.47 95.26 -
System Red Green Blue C M Y K H S L
Decimal 52 117 120 0.57 0.02 0 0.53 182.65 0.4 0.34
Hex 34 75 78 39 2 0 35 B7 28 22
Octal 64 165 170 71 2 0 65 267 50 42
Binary 110100 1110101 1111000 111001 10 0 110101 10110111 101000 100010

Color Harmonies of #347578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347578

Black with #347578

Text Example


Text Example

White with #347578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347578; }

 p { color: rgb(52,117,120); }

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

background-color css

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

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

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

border-color css

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

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

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