#35718C

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

Shades of Astral #35718C

Tints of Astral #35718C

Color information

#35718C (or 0x35718C) is unknown color: approx Astral. HEX triplet: 35, 71 and 8C. RGB value is (53,113,140). Sum of RGB (Red+Green+Blue) = 53+113+140=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #35718C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35718C is #CA8E73. Grayscale: #616161. Windows color (decimal): -13274740 or 9204021. OLE color: 9204021.

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

Color convert

RGB53113140-
CMYK0.620.1900.45
HSL198.62º45.08%37.84%-
HSV(B)198.62º62.14%54.9%-
XYZ12.1114.4626.96-
YUV98.14151.6295.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.32%
GREEN value IS 113 (44.53% from 255) = 36.93%
BLUE value IS 140 (55.08% from 255) = 45.75%
R=17.32%
G=36.93%
B=45.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531131400.620.1900.45198.6245.0837.84
Hex35718C3E1302Dc72d26
Octal6516121476230553075546
Binary11010111100011000110011111010011010110111000111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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