#35778C

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

Shades of Astral #35778C

Tints of Astral #35778C

Color information

#35778C (or 0x35778C) is unknown color: approx Astral. HEX triplet: 35, 77 and 8C. RGB value is (53,119,140). Sum of RGB (Red+Green+Blue) = 53+119+140=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #35778C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35778C is #CA8873. Grayscale: #656565. Windows color (decimal): -13273204 or 9205557. OLE color: 9205557.

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

Color convert

RGB53119140-
CMYK0.620.1500.45
HSL194.48º45.08%37.84%-
HSV(B)194.48º62.14%54.9%-
XYZ12.815.8427.19-
YUV101.66149.6393.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.99%
GREEN value IS 119 (46.88% from 255) = 38.14%
BLUE value IS 140 (55.08% from 255) = 44.87%
R=16.99%
G=38.14%
B=44.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531191400.620.1500.45194.4845.0837.84
Hex35778C3EF02Dc22d26
Octal6516721476170553025546
Binary1101011110111100011001111101111010110111000010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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