#35677F

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

Shades of Astral #35677F

Tints of Astral #35677F

Color information

#35677F (or 0x35677F) is unknown color: approx Astral. HEX triplet: 35, 67 and 7F. RGB value is (53,103,127). Sum of RGB (Red+Green+Blue) = 53+103+127=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 127 - color contains mainly: blue. Hex color #35677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35677F is #CA9880. Grayscale: #5A5A5A. Windows color (decimal): -13277313 or 8349493. OLE color: 8349493.

HSL color Cylindrical-coordinate representation of color #35677F: hue angle of 199.46º 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 #35677F is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB53103127-
CMYK0.580.1900.50
HSL199.46º41.11%35.29%-
HSV(B)199.46º58.27%49.8%-
XYZ10.1511.9921.86-
YUV90.79148.44101.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 103 (40.62% from 255) = 36.40%
BLUE value IS 127 (50% from 255) = 44.88%
R=18.73%
G=36.40%
B=44.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531031270.580.1900.50199.4641.1135.29
Hex35677F3A13032c72923
Octal6514717772230623075143
Binary1101011100111111111111101010011011001011000111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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