#35718d

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

Shades of Astral #35718D

Tints of Astral #35718D

Color information

#35718D (or 0x35718D) is unknown color: approx Astral. HEX triplet: 35, 71 and 8D. RGB value is (53,113,141). Sum of RGB (Red+Green+Blue) = 53+113+141=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #35718D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35718D is #CA8E72. Grayscale: #626262. Windows color (decimal): -13274739 or 9269557. OLE color: 9269557.

HSL color Cylindrical-coordinate representation of color #35718D: hue angle of 199.09º 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 #35718D is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB53113141-
CMYK0.620.2000.45
HSL199.09º45.36%38.04%-
HSV(B)199.09º62.41%55.29%-
XYZ12.1814.4927.35-
YUV98.25152.1295.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.26%
GREEN value IS 113 (44.53% from 255) = 36.81%
BLUE value IS 141 (55.47% from 255) = 45.93%
R=17.26%
G=36.81%
B=45.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531131410.620.2000.45199.0945.3638.04
Hex35718D3E1402Dc72d26
Octal6516121576240553075546
Binary11010111100011000110111111010100010110111000111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35718d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35718d; }

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

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

<style>
 a { background-color: #35718d; }

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

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

<style>
 span { border-color: #35718d; }

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

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