#36678D

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

Shades of Astral #36678D

Tints of Astral #36678D

Color information

#36678D (or 0x36678D) is unknown color: approx Astral. HEX triplet: 36, 67 and 8D. RGB value is (54,103,141). Sum of RGB (Red+Green+Blue) = 54+103+141=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #36678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36678D is #C99872. Grayscale: #5C5C5C. Windows color (decimal): -13211763 or 9266998. OLE color: 9266998.

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

Color convert

RGB54103141-
CMYK0.620.2700.45
HSL206.21º44.62%38.24%-
HSV(B)206.21º61.7%55.29%-
XYZ11.1812.4127.01-
YUV92.68155.27100.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.12%
GREEN value IS 103 (40.62% from 255) = 34.56%
BLUE value IS 141 (55.47% from 255) = 47.32%
R=18.12%
G=34.56%
B=47.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541031410.620.2700.45206.2144.6238.24
Hex36678D3E1B02Dce2d26
Octal6614721576330553165546
Binary11011011001111000110111111011011010110111001110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36678D; }

 p { color: rgb(54,103,141); }

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

<style>
 a { background-color: #36678D; }

 a { background-color: rgb(54,103,141); }

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

<style>
 span { border-color: #36678D; }

 span { border-color: rgb(54,103,141); }

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