#36748B

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

Shades of Astral #36748B

Tints of Astral #36748B

Color information

#36748B (or 0x36748B) is unknown color: approx Astral. HEX triplet: 36, 74 and 8B. RGB value is (54,116,139). Sum of RGB (Red+Green+Blue) = 54+116+139=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #36748B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36748B is #C98B74. Grayscale: #636363. Windows color (decimal): -13208437 or 9139254. OLE color: 9139254.

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

Color convert

RGB54116139-
CMYK0.610.1700.45
HSL196.24º44.04%37.84%-
HSV(B)196.24º61.15%54.51%-
XYZ12.4315.1426.69-
YUV100.08149.9695.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.48%
GREEN value IS 116 (45.70% from 255) = 37.54%
BLUE value IS 139 (54.69% from 255) = 44.98%
R=17.48%
G=37.54%
B=44.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541161390.610.1700.45196.2444.0437.84
Hex36748B3D1102Dc42c26
Octal6616421375210553045446
Binary11011011101001000101111110110001010110111000100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36748B; }

 p { color: rgb(54,116,139); }

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

<style>
 a { background-color: #36748B; }

 a { background-color: rgb(54,116,139); }

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

<style>
 span { border-color: #36748B; }

 span { border-color: rgb(54,116,139); }

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