Html Css Color HEX #34777C Atoll

📋 copy color: '#34777C'

red 52 ◦ green 119 ◦ blue 124

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

Shades of Atoll #34777C

Tints of Atoll #34777C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.03%

R = 17.63%
G = 40.34%
B = 42.03%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34777C (or 0x34777C) is known color: Atoll. HEX triplet: 34, 77 and 7C. RGB value is (52,119,124). Sum of RGB (Red+Green+Blue) = 52+119+124=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #34777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34777C is #CB8883. Grayscale: #636363. Windows color (decimal): -13338756 or 8156980. OLE color: 8156980.

HSL color Cylindrical-coordinate representation of color #34777C: hue angle of 184.17º 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 #34777C is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 119 124 -
CMYK 0.58 0.04 0 0.51
HSL 184.17º 0.41% 0.35% -
HSV(B) 184.17º 0.58% 0.49% -
XYZ 11.65 15.38 21.42 -
YUV 99.54 141.8 94.09 -
System Red Green Blue C M Y K H S L
Decimal 52 119 124 0.58 0.04 0 0.51 184.17 0.41 0.35
Hex 34 77 7C 3A 4 0 33 B8 29 23
Octal 64 167 174 72 4 0 63 270 51 43
Binary 110100 1110111 1111100 111010 100 0 110011 10111000 101001 100011

Color Harmonies of #34777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34777C

Black with #34777C

Text Example


Text Example

White with #34777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34777C; }

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

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

background-color css

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

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

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

border-color css

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

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

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