Html Css Color HEX #34747F Atoll

📋 copy color: '#34747F'

red 52 ◦ green 116 ◦ blue 127

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

Shades of Atoll #34747F

Tints of Atoll #34747F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.05%

R = 17.63%
G = 39.32%
B = 43.05%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#34747F (or 0x34747F) is known color: Atoll. HEX triplet: 34, 74 and 7F. RGB value is (52,116,127). Sum of RGB (Red+Green+Blue) = 52+116+127=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #34747F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34747F is #CB8B80. Grayscale: #626262. Windows color (decimal): -13339521 or 8352820. OLE color: 8352820.

HSL color Cylindrical-coordinate representation of color #34747F: hue angle of 188.8º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34747F is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 116 127 -
CMYK 0.59 0.09 0 0.50
HSL 188.8º 0.42% 0.35% -
HSV(B) 188.8º 0.59% 0.5% -
XYZ 11.49 14.75 22.32 -
YUV 98.12 144.3 95.11 -
System Red Green Blue C M Y K H S L
Decimal 52 116 127 0.59 0.09 0 0.50 188.8 0.42 0.35
Hex 34 74 7F 3B 9 0 32 BD 2A 23
Octal 64 164 177 73 11 0 62 275 52 43
Binary 110100 1110100 1111111 111011 1001 0 110010 10111101 101010 100011

Color Harmonies of #34747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34747F

Black with #34747F

Text Example


Text Example

White with #34747F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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