#35697F

Color #35697F Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #35697F

Tints of Astral #35697F

Color information

#35697F (or 0x35697F) is unknown color: approx Astral. HEX triplet: 35, 69 and 7F. RGB value is (53,105,127). Sum of RGB (Red+Green+Blue) = 53+105+127=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 127 - color contains mainly: blue. Hex color #35697F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35697F is #CA9680. Grayscale: #5B5B5B. Windows color (decimal): -13276801 or 8350005. OLE color: 8350005.

HSL color Cylindrical-coordinate representation of color #35697F: hue angle of 197.84º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35697F is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB53105127-
CMYK0.580.1700.50
HSL197.84º41.11%35.29%-
HSV(B)197.84º58.27%49.8%-
XYZ10.3512.3921.93-
YUV91.96147.77100.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 105 (41.41% from 255) = 36.84%
BLUE value IS 127 (50% from 255) = 44.56%
R=18.60%
G=36.84%
B=44.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531051270.580.1700.50197.8441.1135.29
Hex35697F3A11032c62923
Octal6515117772210623065143
Binary1101011101001111111111101010001011001011000110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35697F; }

 p { color: rgb(53,105,127); }

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

<style>
 a { background-color: #35697F; }

 a { background-color: rgb(53,105,127); }

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

<style>
 span { border-color: #35697F; }

 span { border-color: rgb(53,105,127); }

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