#36718A

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

Shades of Astral #36718A

Tints of Astral #36718A

Color information

#36718A (or 0x36718A) is unknown color: approx Astral. HEX triplet: 36, 71 and 8A. RGB value is (54,113,138). Sum of RGB (Red+Green+Blue) = 54+113+138=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #36718A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36718A is #C98E75. Grayscale: #626262. Windows color (decimal): -13209206 or 9072950. OLE color: 9072950.

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

Color convert

RGB54113138-
CMYK0.610.1800.46
HSL197.86º43.75%37.65%-
HSV(B)197.86º60.87%54.12%-
XYZ12.0114.4326.2-
YUV98.21150.4596.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.70%
GREEN value IS 113 (44.53% from 255) = 37.05%
BLUE value IS 138 (54.30% from 255) = 45.25%
R=17.70%
G=37.05%
B=45.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal541131380.610.1800.46197.8643.7537.65
Hex36718A3D1202Ec62c26
Octal6616121275220563065446
Binary11011011100011000101011110110010010111011000110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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