#35767D

Color #35767D Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #35767D

Tints of Atoll #35767D

Color information

#35767D (or 0x35767D) is unknown color: approx Atoll. HEX triplet: 35, 76 and 7D. RGB value is (53,118,125). Sum of RGB (Red+Green+Blue) = 53+118+125=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 125 - color contains mainly: blue. Hex color #35767D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35767D is #CA8982. Grayscale: #636363. Windows color (decimal): -13273475 or 8222261. OLE color: 8222261.

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

Color convert

RGB53118125-
CMYK0.580.0600.51
HSL185.83º40.45%34.9%-
HSV(B)185.83º57.6%49.02%-
XYZ11.6515.1921.72-
YUV99.36142.4794.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.91%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 125 (49.22% from 255) = 42.23%
R=17.91%
G=39.86%
B=42.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531181250.580.0600.51185.8340.4534.9
Hex35767D3A6033ba2823
Octal651661757260632725043
Binary11010111101101111101111010110011001110111010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #35767D;
 }
 .AnyTagClassName
 {
   color: #35767D;
 }
</style>
background-color css

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

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

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

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

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

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