#35708E

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

Shades of Astral #35708E

Tints of Astral #35708E

Color information

#35708E (or 0x35708E) is unknown color: approx Astral. HEX triplet: 35, 70 and 8E. RGB value is (53,112,142). Sum of RGB (Red+Green+Blue) = 53+112+142=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 142 - color contains mainly: blue. Hex color #35708E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35708E is #CA8F71. Grayscale: #616161. Windows color (decimal): -13274994 or 9334837. OLE color: 9334837.

HSL color Cylindrical-coordinate representation of color #35708E: hue angle of 200.22º 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 #35708E is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB53112142-
CMYK0.630.2100.44
HSL200.22º45.64%38.24%-
HSV(B)200.22º62.68%55.69%-
XYZ12.1414.327.71-
YUV97.78152.9596.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.26%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 142 (55.86% from 255) = 46.25%
R=17.26%
G=36.48%
B=46.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531121420.630.2100.44200.2245.6438.24
Hex35708E3F1502Cc82e26
Octal6516021677250543105646
Binary11010111100001000111011111110101010110011001000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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