#36677F

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

Shades of Astral #36677F

Tints of Astral #36677F

Color information

#36677F (or 0x36677F) is unknown color: approx Astral. HEX triplet: 36, 67 and 7F. RGB value is (54,103,127). Sum of RGB (Red+Green+Blue) = 54+103+127=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #36677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36677F is #C99880. Grayscale: #5A5A5A. Windows color (decimal): -13211777 or 8349494. OLE color: 8349494.

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

Color convert

RGB54103127-
CMYK0.570.1900.50
HSL199.73º40.33%35.49%-
HSV(B)199.73º57.48%49.8%-
XYZ10.212.0221.86-
YUV91.08148.27101.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.01%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 127 (50% from 255) = 44.72%
R=19.01%
G=36.27%
B=44.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541031270.570.1900.50199.7340.3335.49
Hex36677F3913032c82823
Octal6614717771230623105043
Binary1101101100111111111111100110011011001011001000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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