Html Css Color HEX #35797D Atoll

📋 copy color: '#35797D'

red 53 ◦ green 121 ◦ blue 125

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

Shades of Atoll #35797D

Tints of Atoll #35797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.47%

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

R = 17.73%
G = 40.47%
B = 41.81%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35797D (or 0x35797D) is known color: Atoll. HEX triplet: 35, 79 and 7D. RGB value is (53,121,125). Sum of RGB (Red+Green+Blue) = 53+121+125=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 125 - color contains mainly: blue. Hex color #35797D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35797D is #CA8682. Grayscale: #656565. Windows color (decimal): -13272707 or 8223029. OLE color: 8223029.

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

Color convert

RGB 53 121 125 -
CMYK 0.58 0.03 0 0.51
HSL 183.33º 0.4% 0.35% -
HSV(B) 183.33º 0.58% 0.49% -
XYZ 12.01 15.91 21.84 -
YUV 101.12 141.47 93.67 -
System Red Green Blue C M Y K H S L
Decimal 53 121 125 0.58 0.03 0 0.51 183.33 0.4 0.35
Hex 35 79 7D 3A 3 0 33 B7 28 23
Octal 65 171 175 72 3 0 63 267 50 43
Binary 110101 1111001 1111101 111010 11 0 110011 10110111 101000 100011

Color Harmonies of #35797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35797D

Black with #35797D

Text Example


Text Example

White with #35797D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,121,125); }

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

background-color css

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

 a { background-color: rgb(53,121,125); }

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

border-color css

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

 span { border-color: rgb(53,121,125); }

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