#36738A

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

Shades of Astral #36738A

Tints of Astral #36738A

Color information

#36738A (or 0x36738A) is unknown color: approx Astral. HEX triplet: 36, 73 and 8A. RGB value is (54,115,138). Sum of RGB (Red+Green+Blue) = 54+115+138=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #36738A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36738A is #C98C75. Grayscale: #636363. Windows color (decimal): -13208694 or 9073462. OLE color: 9073462.

HSL color Cylindrical-coordinate representation of color #36738A: hue angle of 196.43º 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 #36738A is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB54115138-
CMYK0.610.1700.46
HSL196.43º43.75%37.65%-
HSV(B)196.43º60.87%54.12%-
XYZ12.2414.8826.27-
YUV99.38149.7995.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.59%
GREEN value IS 115 (45.31% from 255) = 37.46%
BLUE value IS 138 (54.30% from 255) = 44.95%
R=17.59%
G=37.46%
B=44.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal541151380.610.1700.46196.4343.7537.65
Hex36738A3D1102Ec42c26
Octal6616321275210563045446
Binary11011011100111000101011110110001010111011000100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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