Html Css Color HEX #35767E Atoll

📋 copy color: '#35767E'

red 53 ◦ green 118 ◦ blue 126

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

Shades of Atoll #35767E

Tints of Atoll #35767E

RGB

 RED value IS 53 (21.09% from 255) = 17.85%

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

 BLUE value IS 126 (49.61% from 255) = 42.42%

R = 17.85%
G = 39.73%
B = 42.42%

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

#35767E (or 0x35767E) is known color: Atoll. HEX triplet: 35, 76 and 7E. RGB value is (53,118,126). Sum of RGB (Red+Green+Blue) = 53+118+126=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 126 - color contains mainly: blue. Hex color #35767E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35767E is #CA8981. Grayscale: #636363. Windows color (decimal): -13273474 or 8287797. OLE color: 8287797.

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

Color convert

RGB 53 118 126 -
CMYK 0.58 0.06 0 0.51
HSL 186.58º 0.41% 0.35% -
HSV(B) 186.58º 0.58% 0.49% -
XYZ 11.71 15.22 22.06 -
YUV 99.48 142.97 94.85 -
System Red Green Blue C M Y K H S L
Decimal 53 118 126 0.58 0.06 0 0.51 186.58 0.41 0.35
Hex 35 76 7E 3A 6 0 33 BB 29 23
Octal 65 166 176 72 6 0 63 273 51 43
Binary 110101 1110110 1111110 111010 110 0 110011 10111011 101001 100011

Color Harmonies of #35767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35767E

Black with #35767E

Text Example


Text Example

White with #35767E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35767E; }

 p { color: rgb(53,118,126); }

 H1.HeaderClassName
 {
   color: #35767E;
 }
 .AnyTagClassName
 {
   color: #35767E;
 }
</style>

background-color css

<style>
 a { background-color: #35767E; }

 a { background-color: rgb(53,118,126); }

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

border-color css

<style>
 span { border-color: #35767E; }

 span { border-color: rgb(53,118,126); }

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