#35728E

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

Shades of Astral #35728E

Tints of Astral #35728E

Color information

#35728E (or 0x35728E) is unknown color: approx Astral. HEX triplet: 35, 72 and 8E. RGB value is (53,114,142). Sum of RGB (Red+Green+Blue) = 53+114+142=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #35728E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35728E is #CA8D71. Grayscale: #626262. Windows color (decimal): -13274482 or 9335349. OLE color: 9335349.

HSL color Cylindrical-coordinate representation of color #35728E: hue angle of 198.88º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35728E is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB53114142-
CMYK0.630.2000.44
HSL198.88º45.64%38.24%-
HSV(B)198.88º62.68%55.69%-
XYZ12.3714.7427.79-
YUV98.95152.2995.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.15%
GREEN value IS 114 (44.92% from 255) = 36.89%
BLUE value IS 142 (55.86% from 255) = 45.95%
R=17.15%
G=36.89%
B=45.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531141420.630.2000.44198.8845.6438.24
Hex35728E3F1402Cc72e26
Octal6516221677240543075646
Binary11010111100101000111011111110100010110011000111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,114,142); }

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

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

 a { background-color: rgb(53,114,142); }

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

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

 span { border-color: rgb(53,114,142); }

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