#35788E

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

Shades of Astral #35788E

Tints of Astral #35788E

Color information

#35788E (or 0x35788E) is unknown color: approx Astral. HEX triplet: 35, 78 and 8E. RGB value is (53,120,142). Sum of RGB (Red+Green+Blue) = 53+120+142=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #35788E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35788E is #CA8771. Grayscale: #666666. Windows color (decimal): -13272946 or 9336885. OLE color: 9336885.

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

Color convert

RGB53120142-
CMYK0.630.1500.44
HSL194.83º45.64%38.24%-
HSV(B)194.83º62.68%55.69%-
XYZ13.0716.1428.02-
YUV102.48150.392.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.83%
GREEN value IS 120 (47.27% from 255) = 38.10%
BLUE value IS 142 (55.86% from 255) = 45.08%
R=16.83%
G=38.10%
B=45.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531201420.630.1500.44194.8345.6438.24
Hex35788E3FF02Cc32e26
Octal6517021677170543035646
Binary1101011111000100011101111111111010110011000011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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