Html Css Color HEX #34747D Atoll

📋 copy color: '#34747D'

red 52 ◦ green 116 ◦ blue 125

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

Shades of Atoll #34747D

Tints of Atoll #34747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.59%

 BLUE value IS 125 (49.22% from 255) = 42.66%

R = 17.75%
G = 39.59%
B = 42.66%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34747D (or 0x34747D) is known color: Atoll. HEX triplet: 34, 74 and 7D. RGB value is (52,116,125). Sum of RGB (Red+Green+Blue) = 52+116+125=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 125 - color contains mainly: blue. Hex color #34747D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34747D is #CB8B82. Grayscale: #616161. Windows color (decimal): -13339523 or 8221748. OLE color: 8221748.

HSL color Cylindrical-coordinate representation of color #34747D: hue angle of 187.4º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34747D is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 116 125 -
CMYK 0.58 0.07 0 0.51
HSL 187.4º 0.41% 0.35% -
HSV(B) 187.4º 0.58% 0.49% -
XYZ 11.36 14.7 21.64 -
YUV 97.89 143.3 95.27 -
System Red Green Blue C M Y K H S L
Decimal 52 116 125 0.58 0.07 0 0.51 187.4 0.41 0.35
Hex 34 74 7D 3A 7 0 33 BB 29 23
Octal 64 164 175 72 7 0 63 273 51 43
Binary 110100 1110100 1111101 111010 111 0 110011 10111011 101001 100011

Color Harmonies of #34747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34747D

Black with #34747D

Text Example


Text Example

White with #34747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34747D; }

 p { color: rgb(52,116,125); }

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

background-color css

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

 a { background-color: rgb(52,116,125); }

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

border-color css

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

 span { border-color: rgb(52,116,125); }

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