#35718A

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

Shades of Astral #35718A

Tints of Astral #35718A

Color information

#35718A (or 0x35718A) is unknown color: approx Astral. HEX triplet: 35, 71 and 8A. RGB value is (53,113,138). Sum of RGB (Red+Green+Blue) = 53+113+138=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #35718A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35718A is #CA8E75. Grayscale: #616161. Windows color (decimal): -13274742 or 9072949. OLE color: 9072949.

HSL color Cylindrical-coordinate representation of color #35718A: hue angle of 197.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35718A is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB53113138-
CMYK0.620.1800.46
HSL197.65º44.5%37.45%-
HSV(B)197.65º61.59%54.12%-
XYZ11.9614.426.19-
YUV97.91150.6295.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.43%
GREEN value IS 113 (44.53% from 255) = 37.17%
BLUE value IS 138 (54.30% from 255) = 45.39%
R=17.43%
G=37.17%
B=45.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal531131380.620.1800.46197.6544.537.45
Hex35718A3E1202Ec62d25
Octal6516121276220563065545
Binary11010111100011000101011111010010010111011000110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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