Html Css Color HEX #34767C Atoll

📋 copy color: '#34767C'

red 52 ◦ green 118 ◦ blue 124

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

Shades of Atoll #34767C

Tints of Atoll #34767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.14%

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

R = 17.69%
G = 40.14%
B = 42.18%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34767C (or 0x34767C) is known color: Atoll. HEX triplet: 34, 76 and 7C. RGB value is (52,118,124). Sum of RGB (Red+Green+Blue) = 52+118+124=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #34767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34767C is #CB8983. Grayscale: #626262. Windows color (decimal): -13339012 or 8156724. OLE color: 8156724.

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

Color convert

RGB 52 118 124 -
CMYK 0.58 0.05 0 0.51
HSL 185º 0.41% 0.35% -
HSV(B) 185º 0.58% 0.49% -
XYZ 11.53 15.14 21.38 -
YUV 98.95 142.13 94.51 -
System Red Green Blue C M Y K H S L
Decimal 52 118 124 0.58 0.05 0 0.51 185 0.41 0.35
Hex 34 76 7C 3A 5 0 33 B9 29 23
Octal 64 166 174 72 5 0 63 271 51 43
Binary 110100 1110110 1111100 111010 101 0 110011 10111001 101001 100011

Color Harmonies of #34767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34767C

Black with #34767C

Text Example


Text Example

White with #34767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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