#36758C

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

Shades of Astral #36758C

Tints of Astral #36758C

Color information

#36758C (or 0x36758C) is unknown color: approx Astral. HEX triplet: 36, 75 and 8C. RGB value is (54,117,140). Sum of RGB (Red+Green+Blue) = 54+117+140=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 117 (46.09% from 255 or 37.62% 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 #36758C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36758C is #C98A73. Grayscale: #646464. Windows color (decimal): -13208180 or 9205046. OLE color: 9205046.

HSL color Cylindrical-coordinate representation of color #36758C: hue angle of 196.05º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36758C is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB54117140-
CMYK0.610.1600.45
HSL196.05º44.33%38.04%-
HSV(B)196.05º61.43%54.9%-
XYZ12.6215.427.12-
YUV100.78150.1394.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.36%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 140 (55.08% from 255) = 45.02%
R=17.36%
G=37.62%
B=45.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541171400.610.1600.45196.0544.3338.04
Hex36758C3D1002Dc42c26
Octal6616521475200553045446
Binary11011011101011000110011110110000010110111000100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,117,140); }

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

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

 a { background-color: rgb(54,117,140); }

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

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

 span { border-color: rgb(54,117,140); }

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