#36678F

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

Shades of Astral #36678F

Tints of Astral #36678F

Color information

#36678F (or 0x36678F) is unknown color: approx Astral. HEX triplet: 36, 67 and 8F. RGB value is (54,103,143). Sum of RGB (Red+Green+Blue) = 54+103+143=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 143 (56.25% from 255 or 47.67% from 300); Max value from RGB is 143 - color contains mainly: blue. Hex color #36678F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36678F is #C99870. Grayscale: #5C5C5C. Windows color (decimal): -13211761 or 9398070. OLE color: 9398070.

HSL color Cylindrical-coordinate representation of color #36678F: hue angle of 206.97º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36678F is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB54103143-
CMYK0.620.2800.44
HSL206.97º45.18%38.63%-
HSV(B)206.97º62.24%56.08%-
XYZ11.3312.4727.8-
YUV92.91156.27100.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18%
GREEN value IS 103 (40.62% from 255) = 34.33%
BLUE value IS 143 (56.25% from 255) = 47.67%
R=18%
G=34.33%
B=47.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541031430.620.2800.44206.9745.1838.63
Hex36678F3E1C02Ccf2d27
Octal6614721776340543175547
Binary11011011001111000111111111011100010110011001111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36678F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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