Html Css Color HEX #347782 Atoll

📋 copy color: '#347782'

red 52 ◦ green 119 ◦ blue 130

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

Shades of Atoll #347782

Tints of Atoll #347782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.19%

R = 17.28%
G = 39.53%
B = 43.19%

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

#347782 (or 0x347782) is known color: Atoll. HEX triplet: 34, 77 and 82. RGB value is (52,119,130). Sum of RGB (Red+Green+Blue) = 52+119+130=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #347782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347782 is #CB887D. Grayscale: #646464. Windows color (decimal): -13338750 or 8550196. OLE color: 8550196.

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

Color convert

RGB 52 119 130 -
CMYK 0.60 0.08 0 0.49
HSL 188.46º 0.43% 0.36% -
HSV(B) 188.46º 0.6% 0.51% -
XYZ 12.04 15.54 23.48 -
YUV 100.22 144.8 93.61 -
System Red Green Blue C M Y K H S L
Decimal 52 119 130 0.60 0.08 0 0.49 188.46 0.43 0.36
Hex 34 77 82 3C 8 0 31 BC 2B 24
Octal 64 167 202 74 10 0 61 274 53 44
Binary 110100 1110111 10000010 111100 1000 0 110001 10111100 101011 100100

Color Harmonies of #347782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347782

Black with #347782

Text Example


Text Example

White with #347782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347782; }

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

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

background-color css

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

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

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

border-color css

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

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

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