#36677E

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

Shades of Astral #36677E

Tints of Astral #36677E

Color information

#36677E (or 0x36677E) is unknown color: approx Astral. HEX triplet: 36, 67 and 7E. RGB value is (54,103,126). Sum of RGB (Red+Green+Blue) = 54+103+126=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 126 - color contains mainly: blue. Hex color #36677E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36677E is #C99881. Grayscale: #5A5A5A. Windows color (decimal): -13211778 or 8283958. OLE color: 8283958.

HSL color Cylindrical-coordinate representation of color #36677E: hue angle of 199.17º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36677E is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB54103126-
CMYK0.570.1800.51
HSL199.17º40%35.29%-
HSV(B)199.17º57.14%49.41%-
XYZ10.1411.9921.52-
YUV90.97147.77101.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.08%
GREEN value IS 103 (40.62% from 255) = 36.40%
BLUE value IS 126 (49.61% from 255) = 44.52%
R=19.08%
G=36.40%
B=44.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal541031260.570.1800.51199.174035.29
Hex36677E3912033c72823
Octal6614717671220633075043
Binary1101101100111111111011100110010011001111000111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36677E; }

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

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

<style>
 a { background-color: #36677E; }

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

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

<style>
 span { border-color: #36677E; }

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

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