#35708D

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

Shades of Astral #35708D

Tints of Astral #35708D

Color information

#35708D (or 0x35708D) is unknown color: approx Astral. HEX triplet: 35, 70 and 8D. RGB value is (53,112,141). Sum of RGB (Red+Green+Blue) = 53+112+141=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #35708D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35708D is #CA8F72. Grayscale: #616161. Windows color (decimal): -13274995 or 9269301. OLE color: 9269301.

HSL color Cylindrical-coordinate representation of color #35708D: hue angle of 199.77º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35708D is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB53112141-
CMYK0.620.2100.45
HSL199.77º45.36%38.04%-
HSV(B)199.77º62.41%55.29%-
XYZ12.0714.2727.32-
YUV97.66152.4596.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.32%
GREEN value IS 112 (44.14% from 255) = 36.60%
BLUE value IS 141 (55.47% from 255) = 46.08%
R=17.32%
G=36.60%
B=46.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531121410.620.2100.45199.7745.3638.04
Hex35708D3E1502Dc82d26
Octal6516021576250553105546
Binary11010111100001000110111111010101010110111001000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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