Html Css Color HEX #34767D Atoll

📋 copy color: '#34767D'

red 52 ◦ green 118 ◦ blue 125

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

Shades of Atoll #34767D

Tints of Atoll #34767D

RGB

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

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

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

R = 17.63%
G = 40%
B = 42.37%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34767D (or 0x34767D) is known color: Atoll. HEX triplet: 34, 76 and 7D. RGB value is (52,118,125). Sum of RGB (Red+Green+Blue) = 52+118+125=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 125 - color contains mainly: blue. Hex color #34767D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34767D is #CB8982. Grayscale: #626262. Windows color (decimal): -13339011 or 8222260. OLE color: 8222260.

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

Color convert

RGB 52 118 125 -
CMYK 0.58 0.06 0 0.51
HSL 185.75º 0.41% 0.35% -
HSV(B) 185.75º 0.58% 0.49% -
XYZ 11.6 15.17 21.72 -
YUV 99.06 142.63 94.43 -
System Red Green Blue C M Y K H S L
Decimal 52 118 125 0.58 0.06 0 0.51 185.75 0.41 0.35
Hex 34 76 7D 3A 6 0 33 BA 29 23
Octal 64 166 175 72 6 0 63 272 51 43
Binary 110100 1110110 1111101 111010 110 0 110011 10111010 101001 100011

Color Harmonies of #34767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34767D

Black with #34767D

Text Example


Text Example

White with #34767D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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