Html Css Color HEX #347A84 Atoll

📋 copy color: '#347A84'

red 52 ◦ green 122 ◦ blue 132

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

Shades of Atoll #347A84

Tints of Atoll #347A84

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.87%

 BLUE value IS 132 (51.95% from 255) = 43.14%

R = 16.99%
G = 39.87%
B = 43.14%

CMYK

 C value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#347A84 (or 0x347A84) is known color: Atoll. HEX triplet: 34, 7A and 84. RGB value is (52,122,132). Sum of RGB (Red+Green+Blue) = 52+122+132=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 132 - color contains mainly: blue. Hex color #347A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347A84 is #CB857B. Grayscale: #666666. Windows color (decimal): -13337980 or 8682036. OLE color: 8682036.

HSL color Cylindrical-coordinate representation of color #347A84: hue angle of 187.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #347A84 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 122 132 -
CMYK 0.61 0.08 0 0.48
HSL 187.5º 0.43% 0.36% -
HSV(B) 187.5º 0.61% 0.52% -
XYZ 12.54 16.32 24.32 -
YUV 102.21 144.81 92.19 -
System Red Green Blue C M Y K H S L
Decimal 52 122 132 0.61 0.08 0 0.48 187.5 0.43 0.36
Hex 34 7A 84 3D 8 0 30 BC 2B 24
Octal 64 172 204 75 10 0 60 274 53 44
Binary 110100 1111010 10000100 111101 1000 0 110000 10111100 101011 100100

Color Harmonies of #347A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347A84

Black with #347A84

Text Example


Text Example

White with #347A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,122,132); }

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

background-color css

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

 a { background-color: rgb(52,122,132); }

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

border-color css

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

 span { border-color: rgb(52,122,132); }

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