Html Css Color HEX #35787E Atoll

📋 copy color: '#35787E'

red 53 ◦ green 120 ◦ blue 126

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

Shades of Atoll #35787E

Tints of Atoll #35787E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.13%

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

R = 17.73%
G = 40.13%
B = 42.14%

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

#35787E (or 0x35787E) is known color: Atoll. HEX triplet: 35, 78 and 7E. RGB value is (53,120,126). Sum of RGB (Red+Green+Blue) = 53+120+126=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 126 - color contains mainly: blue. Hex color #35787E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35787E is #CA8781. Grayscale: #646464. Windows color (decimal): -13272962 or 8288309. OLE color: 8288309.

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

Color convert

RGB 53 120 126 -
CMYK 0.58 0.05 0 0.51
HSL 184.93º 0.41% 0.35% -
HSV(B) 184.93º 0.58% 0.49% -
XYZ 11.95 15.7 22.14 -
YUV 100.65 142.3 94.01 -
System Red Green Blue C M Y K H S L
Decimal 53 120 126 0.58 0.05 0 0.51 184.93 0.41 0.35
Hex 35 78 7E 3A 5 0 33 B9 29 23
Octal 65 170 176 72 5 0 63 271 51 43
Binary 110101 1111000 1111110 111010 101 0 110011 10111001 101001 100011

Color Harmonies of #35787E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35787E

Black with #35787E

Text Example


Text Example

White with #35787E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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