#36678A

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

Shades of Astral #36678A

Tints of Astral #36678A

Color information

#36678A (or 0x36678A) is unknown color: approx Astral. HEX triplet: 36, 67 and 8A. RGB value is (54,103,138). Sum of RGB (Red+Green+Blue) = 54+103+138=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #36678A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36678A is #C99875. Grayscale: #5C5C5C. Windows color (decimal): -13211766 or 9070390. OLE color: 9070390.

HSL color Cylindrical-coordinate representation of color #36678A: hue angle of 205º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36678A is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB54103138-
CMYK0.610.2500.46
HSL205º43.75%37.65%-
HSV(B)205º60.87%54.12%-
XYZ10.9612.3225.85-
YUV92.34153.77100.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.31%
GREEN value IS 103 (40.62% from 255) = 34.92%
BLUE value IS 138 (54.30% from 255) = 46.78%
R=18.31%
G=34.92%
B=46.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal541031380.610.2500.4620543.7537.65
Hex36678A3D1902Ecd2c26
Octal6614721275310563155446
Binary11011011001111000101011110111001010111011001101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36678A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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