#35768C

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

Shades of Astral #35768C

Tints of Astral #35768C

Color information

#35768C (or 0x35768C) is unknown color: approx Astral. HEX triplet: 35, 76 and 8C. RGB value is (53,118,140). Sum of RGB (Red+Green+Blue) = 53+118+140=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #35768C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35768C is #CA8973. Grayscale: #646464. Windows color (decimal): -13273460 or 9205301. OLE color: 9205301.

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

Color convert

RGB53118140-
CMYK0.620.1600.45
HSL195.17º45.08%37.84%-
HSV(B)195.17º62.14%54.9%-
XYZ12.6815.6127.16-
YUV101.07149.9793.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 118 (46.48% from 255) = 37.94%
BLUE value IS 140 (55.08% from 255) = 45.02%
R=17.04%
G=37.94%
B=45.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531181400.620.1600.45195.1745.0837.84
Hex35768C3E1002Dc32d26
Octal6516621476200553035546
Binary11010111101101000110011111010000010110111000011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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